#A08CAF

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

Shades of East Side #A08CAF

Tints of East Side #A08CAF

Color information

#A08CAF (or 0xA08CAF) is unknown color: approx East Side. HEX triplet: A0, 8C and AF. RGB value is (160,140,175). Sum of RGB (Red+Green+Blue) = 160+140+175=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #A08CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08CAF is #5F7350. Grayscale: #959595. Windows color (decimal): -6255441 or 11504800. OLE color: 11504800.

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

Color convert

RGB160140175-
CMYK0.090.200.31
HSL274.29º17.95%61.76%-
HSV(B)274.29º20%68.63%-
XYZ31.6129.3244.55-
YUV149.97142.13135.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.68%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=33.68%
G=29.47%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601401750.090.200.31274.2917.9561.76
HexA08CAF91401F112123e
Octal24021425711240374222276
Binary10100000100011001010111110011010001111110001001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CAF; }

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

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

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

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

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

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

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

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