COLOR #A088D7

HEX: #A088D7 RGB: (160,136,215)

Color info

#A088D7 contains mainly red and blue colors. Web safe color of #A088D7 is #9999CC (or #99C).

RGB color model

#A088D7 color RGB value is (160,136,215).

RGB: (160,136,215) (63%, 53%, 84%)

RGB channels and saturation

R 160 of 255 = 63%
G 136 of 255 = 53%
B 215 of 255 = 84%

160
136
215

R + G + B ~ 67%. #A088D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 136 + 215 = 511 (100%)
R 160 of 511 ~ 31.31%
G 136 of 511 ~ 26.61%
B 215 of 511 ~ 42.07'%

%31.31
%26.61
%42.07

CMYK color model

#A088D7 color CMYK value is (26,37,0,16).

  • cyan value is 25.58%
  • magenta value is 36.74%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (26,37,0,16)
C26M37Y0K16 (26%, 37%, 0%, 16%)
(0.26 / 0.37 / 0.00 / 0.16)

CMYK percentages

%25.58
%36.74
%0
%15.69

Codes

Color #A088D7 in popluar color models

A0 88 D7
RGB 160 136 215
HSL 258° 49.69% 68.82%
HSB/HSV 258° 36.74% 84.31%
CMYK 25.58% 36.74% 0.00%
15.69%

Color #A088D7 in popluar number systems.

HEX A0 88 D7
Decimal 160 136 215
Binary 10100000 10001000 11010111
Octal 240 210 327

Shades and tints

Shades of #A088D7

#A088D7
(160,136,215)
#927CC4
(146,124,196)
#8470B1
(132,112,177)
#76649E
(118,100,158)
#68588B
(104,88,139)
#5A4C78
(90,76,120)
#4C4065
(76,64,101)
#3E3452
(62,52,82)
#30283F
(48,40,63)
#221C2C
(34,28,44)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #A088D7

#A088D7
(160,136,215)
#A892DA
(168,146,218)
#B09CDD
(176,156,221)
#B8A6E0
(184,166,224)
#C0B0E3
(192,176,227)
#C8BAE6
(200,186,230)
#D0C4E9
(208,196,233)
#D8CEEC
(216,206,236)
#E0D8EF
(224,216,239)
#E8E2F2
(232,226,242)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A088D7 color. Also use rgb(160,136,215) instead hex code.

Text Font Color

.myTextColor { color: #A088D7; }

<p style="color:#A088D7">This sample text font color is #A088D7.</p>

This text font color is #A088D7.

Background Color

.myBgColor { background-color: #A088D7; }

<div style="background-color:#A088D7">Inner text</div>

This div background color is #A088D7.

Border color

.myBorderColor { border: 1px solid #A088D7; }

<div style="border:3px solid #A088D7">Div</div>

This div border color is #A088D7.

Opacity

.myOpacity80 { color: #A088D7; opacity: 0.8; }

<p style="color:#A088D7;opacity:0.8;">80%</p>

Text with #A088D7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A088D7;}

<p style="text-shadow: 3px 3px 1px #A088D7">Text here.</p>

This text has shadow with #A088D7 color.


.textShadow {text-shadow: 3px 3px 1px #A088D7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A088D7, 5px 5px 20px red">Text here.</p>

This text has shadow with #A088D7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A088D7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A088D7, Direction=45, Strength=4)">Text</p>

This text has shadow with #A088D7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A088D7;
-webkit-box-shadow: 1px 1px 3px 2px #A088D7;
box-shadow: 1px 1px 3px 2px #A088D7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A088D7; -webkit-box-shadow: 1px 1px 3px 2px #A088D7; box-shadow:1px 1px 3px 2px #A088D7;">
Div content here
</div>

This div box has shadow with color #A088D7.

Preview

Color preview on black background

This text has color #A088D7 on black background.


Color preview on white background

This text has color #A088D7 on white background.


Black color preview on #A088D7 background

This text has black color on #A088D7 background.


White color preview on #A088D7 background

This text has white color on #A088D7 background.


Related colors

Complementary color

Complementary color for #hex is #5F7728.


I love getcolorcode.com

Triadic colors

1 #D7A088 and #88D7A0 with #A088D7 are triadic colors.

2 #D788A0 and #88A0D7 with #A088D7 are triadic colors.