#AF84C9

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

Shades of East Side #AF84C9

Tints of East Side #AF84C9

Color information

#AF84C9 (or 0xAF84C9) is unknown color: approx East Side. HEX triplet: AF, 84 and C9. RGB value is (175,132,201). Sum of RGB (Red+Green+Blue) = 175+132+201=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF84C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84C9 is #507B36. Grayscale: #989898. Windows color (decimal): -5274423 or 13206703. OLE color: 13206703.

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

Color convert

RGB175132201-
CMYK0.130.3400.21
HSL277.39º38.98%65.29%-
HSV(B)277.39º34.33%78.82%-
XYZ36.4729.8359.09-
YUV152.72155.25143.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=34.45%
G=25.98%
B=39.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751322010.130.3400.21277.3938.9865.29
HexAF84C9D220151152741
Octal257204311154202542547101
Binary10101111100001001100100111011000100101011000101011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84C9; }

 p { color: rgb(175,132,201); }

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

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

 a { background-color: rgb(175,132,201); }

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

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

 span { border-color: rgb(175,132,201); }

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