#A87FAF

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

Shades of East Side #A87FAF

Tints of East Side #A87FAF

Color information

#A87FAF (or 0xA87FAF) is unknown color: approx East Side. HEX triplet: A8, 7F and AF. RGB value is (168,127,175). Sum of RGB (Red+Green+Blue) = 168+127+175=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 127 (50% from 255 or 27.02% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #A87FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FAF is #578050. Grayscale: #909090. Windows color (decimal): -5734481 or 11501480. OLE color: 11501480.

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

Color convert

RGB168127175-
CMYK0.040.2700.31
HSL291.25º23.08%59.22%-
HSV(B)291.25º27.43%68.63%-
XYZ31.4826.644.03-
YUV144.73145.08144.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 127 (50% from 255) = 27.02%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=35.74%
G=27.02%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681271750.040.2700.31291.2523.0859.22
HexA87FAF41B01F123173b
Octal2501772574330374432773
Binary101010001111111101011111001101101111110010001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FAF; }

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

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

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

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

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

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

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

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