#A88FAF

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

Shades of East Side #A88FAF

Tints of East Side #A88FAF

Color information

#A88FAF (or 0xA88FAF) is unknown color: approx East Side. HEX triplet: A8, 8F and AF. RGB value is (168,143,175). Sum of RGB (Red+Green+Blue) = 168+143+175=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #A88FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88FAF is #577050. Grayscale: #9A9A9A. Windows color (decimal): -5730385 or 11505576. OLE color: 11505576.

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

Color convert

RGB168143175-
CMYK0.040.1800.31
HSL286.88º16.67%62.35%-
HSV(B)286.88º18.29%68.63%-
XYZ33.7131.0644.78-
YUV154.12139.78137.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=34.57%
G=29.42%
B=36.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681431750.040.1800.31286.8816.6762.35
HexA88FAF41201F11f113e
Octal2502172574220374372176
Binary1010100010001111101011111001001001111110001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FAF; }

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

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

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

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

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

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

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

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