#A88EAF

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

Shades of East Side #A88EAF

Tints of East Side #A88EAF

Color information

#A88EAF (or 0xA88EAF) is unknown color: approx East Side. HEX triplet: A8, 8E and AF. RGB value is (168,142,175). Sum of RGB (Red+Green+Blue) = 168+142+175=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 175 - color contains mainly: blue. Hex color #A88EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88EAF is #577150. Grayscale: #999999. Windows color (decimal): -5730641 or 11505320. OLE color: 11505320.

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

Color convert

RGB168142175-
CMYK0.040.1900.31
HSL287.27º17.1%62.16%-
HSV(B)287.27º18.86%68.63%-
XYZ33.5630.7744.73-
YUV153.54140.11138.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=34.64%
G=29.28%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681421750.040.1900.31287.2717.162.16
HexA88EAF41301F11f113e
Octal2502162574230374372176
Binary1010100010001110101011111001001101111110001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88EAF; }

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

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

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

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

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

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

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

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