#AF87CA

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

Shades of East Side #AF87CA

Tints of East Side #AF87CA

Color information

#AF87CA (or 0xAF87CA) is unknown color: approx East Side. HEX triplet: AF, 87 and CA. RGB value is (175,135,202). Sum of RGB (Red+Green+Blue) = 175+135+202=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87CA is #507835. Grayscale: #9A9A9A. Windows color (decimal): -5273654 or 13273007. OLE color: 13273007.

HSL color Cylindrical-coordinate representation of color #AF87CA: hue angle of 275.82º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF87CA is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175135202-
CMYK0.130.3300.21
HSL275.82º38.73%66.08%-
HSV(B)275.82º33.17%79.22%-
XYZ3730.7159.85-
YUV154.6154.75142.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=34.18%
G=26.37%
B=39.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751352020.130.3300.21275.8238.7366.08
HexAF87CAD210151142742
Octal257207312154102542447102
Binary10101111100001111100101011011000010101011000101001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87CA; }

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

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

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

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

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

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

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

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