#A99EB6

Color #A99EB6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A99EB6

Tints of East Side #A99EB6

Color information

#A99EB6 (or 0xA99EB6) is unknown color: approx East Side. HEX triplet: A9, 9E and B6. RGB value is (169,158,182). Sum of RGB (Red+Green+Blue) = 169+158+182=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 182 - color contains mainly: blue. Hex color #A99EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EB6 is #566149. Grayscale: #A3A3A3. Windows color (decimal): -5661002 or 11968169. OLE color: 11968169.

HSL color Cylindrical-coordinate representation of color #A99EB6: hue angle of 267.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A99EB6 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169158182-
CMYK0.070.1300.29
HSL267.5º14.12%66.67%-
HSV(B)267.5º13.19%71.37%-
XYZ37.0336.2749.3-
YUV164.02138.14131.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=33.20%
G=31.04%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691581820.070.1300.29267.514.1266.67
HexA99EB67D01D10ce43
Octal25123626671503541416103
Binary101010011001111010110110111110101110110000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99EB6; }

 p { color: rgb(169,158,182); }

 H1.HeaderClassName
 {
   color: #A99EB6;
 }
 .AnyTagClassName
 {
   color: #A99EB6;
 }
</style>
background-color css

<style>
 a { background-color: #A99EB6; }

 a { background-color: rgb(169,158,182); }

 div.DivClassName
 {
   background-color: #A99EB6;
 }
 .BgClassName
 {
   background-color: #A99EB6;
 }
</style>
border-color css

<style>
 span { border-color: #A99EB6; }

 span { border-color: rgb(169,158,182); }

 td.TdClassName
 {
   border-color: #A99EB6;
 }
 .TagClassName
 {
   border-color: #A99EB6;
 }
</style>