#AF84CD

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

Shades of East Side #AF84CD

Tints of East Side #AF84CD

Color information

#AF84CD (or 0xAF84CD) is unknown color: approx East Side. HEX triplet: AF, 84 and CD. RGB value is (175,132,205). Sum of RGB (Red+Green+Blue) = 175+132+205=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84CD is #507B32. Grayscale: #989898. Windows color (decimal): -5274419 or 13468847. OLE color: 13468847.

HSL color Cylindrical-coordinate representation of color #AF84CD: hue angle of 275.34º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF84CD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175132205-
CMYK0.150.3600.20
HSL275.34º42.2%66.08%-
HSV(B)275.34º35.61%80.39%-
XYZ36.9530.0261.61-
YUV153.18157.25143.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=34.18%
G=25.78%
B=40.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751322050.150.3600.20275.3442.266.08
HexAF84CDF240141132a42
Octal257204315174402442352102
Binary10101111100001001100110111111001000101001000100111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84CD; }

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

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

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

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

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

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

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

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