#AF87CC

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

Shades of East Side #AF87CC

Tints of East Side #AF87CC

Color information

#AF87CC (or 0xAF87CC) is unknown color: approx East Side. HEX triplet: AF, 87 and CC. RGB value is (175,135,204). Sum of RGB (Red+Green+Blue) = 175+135+204=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87CC is #507833. Grayscale: #9A9A9A. Windows color (decimal): -5273652 or 13404079. OLE color: 13404079.

HSL color Cylindrical-coordinate representation of color #AF87CC: hue angle of 274.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF87CC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175135204-
CMYK0.140.3400.2
HSL274.78º40.35%66.47%-
HSV(B)274.78º33.82%80%-
XYZ37.2430.861.11-
YUV154.83155.75142.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 204 (80.08% from 255) = 39.69%
R=34.05%
G=26.26%
B=39.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751352040.140.3400.2274.7840.3566.47
HexAF87CCE220141132842
Octal257207314164202442350102
Binary10101111100001111100110011101000100101001000100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF87CC; }

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

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

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

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

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

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

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

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