#A08EAF

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

Shades of East Side #A08EAF

Tints of East Side #A08EAF

Color information

#A08EAF (or 0xA08EAF) is unknown color: approx East Side. HEX triplet: A0, 8E and AF. RGB value is (160,142,175). Sum of RGB (Red+Green+Blue) = 160+142+175=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #A08EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08EAF is #5F7150. Grayscale: #979797. Windows color (decimal): -6254929 or 11505312. OLE color: 11505312.

HSL color Cylindrical-coordinate representation of color #A08EAF: hue angle of 272.73º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A08EAF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160142175-
CMYK0.090.1900.31
HSL272.73º17.1%62.16%-
HSV(B)272.73º18.86%68.63%-
XYZ31.9129.9144.65-
YUV151.14141.46134.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=33.54%
G=29.77%
B=36.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601421750.090.1900.31272.7317.162.16
HexA08EAF91301F111113e
Octal24021625711230374212176
Binary10100000100011101010111110011001101111110001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EAF; }

 p { color: rgb(160,142,175); }

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

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

 a { background-color: rgb(160,142,175); }

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

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

 span { border-color: rgb(160,142,175); }

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