#AF87C0

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

Shades of East Side #AF87C0

Tints of East Side #AF87C0

Color information

#AF87C0 (or 0xAF87C0) is unknown color: approx East Side. HEX triplet: AF, 87 and C0. RGB value is (175,135,192). Sum of RGB (Red+Green+Blue) = 175+135+192=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF87C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87C0 is #50783F. Grayscale: #999999. Windows color (decimal): -5273664 or 12617647. OLE color: 12617647.

HSL color Cylindrical-coordinate representation of color #AF87C0: hue angle of 282.11º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF87C0 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175135192-
CMYK0.090.3000.25
HSL282.11º31.15%64.12%-
HSV(B)282.11º29.69%75.29%-
XYZ35.8630.2553.82-
YUV153.46149.75143.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 192 (75.39% from 255) = 38.25%
R=34.86%
G=26.89%
B=38.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751351920.090.3000.25282.1131.1564.12
HexAF87C091E01911a1f40
Octal257207300113603143237100
Binary101011111000011111000000100111110011001100011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87C0; }

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

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

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

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

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

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

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

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