#A08FAE

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

Shades of East Side #A08FAE

Tints of East Side #A08FAE

Color information

#A08FAE (or 0xA08FAE) is unknown color: approx East Side. HEX triplet: A0, 8F and AE. RGB value is (160,143,174). Sum of RGB (Red+Green+Blue) = 160+143+174=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #A08FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08FAE is #5F7051. Grayscale: #979797. Windows color (decimal): -6254674 or 11440032. OLE color: 11440032.

HSL color Cylindrical-coordinate representation of color #A08FAE: hue angle of 272.9º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08FAE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160143174-
CMYK0.080.1800.32
HSL272.9º16.06%62.16%-
HSV(B)272.9º17.82%68.24%-
XYZ31.9630.1744.18-
YUV151.62140.63133.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=33.54%
G=29.98%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601431740.080.1800.32272.916.0662.16
HexA08FAE812020111103e
Octal24021725610220404212076
Binary101000001000111110101110100010010010000010001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FAE; }

 p { color: rgb(160,143,174); }

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

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

 a { background-color: rgb(160,143,174); }

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

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

 span { border-color: rgb(160,143,174); }

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