#AF84C5

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

Shades of East Side #AF84C5

Tints of East Side #AF84C5

Color information

#AF84C5 (or 0xAF84C5) is unknown color: approx East Side. HEX triplet: AF, 84 and C5. RGB value is (175,132,197). Sum of RGB (Red+Green+Blue) = 175+132+197=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF84C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84C5 is #507B3A. Grayscale: #989898. Windows color (decimal): -5274427 or 12944559. OLE color: 12944559.

HSL color Cylindrical-coordinate representation of color #AF84C5: hue angle of 279.69º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF84C5 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175132197-
CMYK0.110.3300.23
HSL279.69º35.91%64.51%-
HSV(B)279.69º32.99%77.25%-
XYZ36.0129.6556.65-
YUV152.27153.25144.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=34.72%
G=26.19%
B=39.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751321970.110.3300.23279.6935.9164.51
HexAF84C5B210171182441
Octal257204305134102743044101
Binary10101111100001001100010110111000010101111000110001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84C5; }

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

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

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

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

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

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

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

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