#A88CAF

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

Shades of East Side #A88CAF

Tints of East Side #A88CAF

Color information

#A88CAF (or 0xA88CAF) is unknown color: approx East Side. HEX triplet: A8, 8C and AF. RGB value is (168,140,175). Sum of RGB (Red+Green+Blue) = 168+140+175=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A88CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88CAF is #577350. Grayscale: #989898. Windows color (decimal): -5731153 or 11504808. OLE color: 11504808.

HSL color Cylindrical-coordinate representation of color #A88CAF: hue angle of 288º 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 #A88CAF is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168140175-
CMYK0.040.200.31
HSL288º17.95%61.76%-
HSV(B)288º20%68.63%-
XYZ33.2630.1844.63-
YUV152.36140.78139.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=34.78%
G=28.99%
B=36.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681401750.040.200.3128817.9561.76
HexA88CAF41401F120123e
Octal2502142574240374402276
Binary1010100010001100101011111001010001111110010000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88CAF; }

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

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

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

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

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

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

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

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