#AF87BA

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

Shades of East Side #AF87BA

Tints of East Side #AF87BA

Color information

#AF87BA (or 0xAF87BA) is unknown color: approx East Side. HEX triplet: AF, 87 and BA. RGB value is (175,135,186). Sum of RGB (Red+Green+Blue) = 175+135+186=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF87BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87BA is #507845. Grayscale: #989898. Windows color (decimal): -5273670 or 12224431. OLE color: 12224431.

HSL color Cylindrical-coordinate representation of color #AF87BA: hue angle of 287.06º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF87BA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175135186-
CMYK0.060.2700.27
HSL287.06º26.98%62.94%-
HSV(B)287.06º27.42%72.94%-
XYZ35.2129.9950.39-
YUV152.77146.75143.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=35.28%
G=27.22%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751351860.060.2700.27287.0626.9862.94
HexAF87BA61B01B11f1b3f
Octal2572072726330334373377
Binary1010111110000111101110101101101101101110001111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87BA; }

 p { color: rgb(175,135,186); }

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

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

 a { background-color: rgb(175,135,186); }

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

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

 span { border-color: rgb(175,135,186); }

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