#AF84CF

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

Shades of East Side #AF84CF

Tints of East Side #AF84CF

Color information

#AF84CF (or 0xAF84CF) is unknown color: approx East Side. HEX triplet: AF, 84 and CF. RGB value is (175,132,207). Sum of RGB (Red+Green+Blue) = 175+132+207=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF84CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84CF is #507B30. Grayscale: #999999. Windows color (decimal): -5274417 or 13599919. OLE color: 13599919.

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

Color convert

RGB175132207-
CMYK0.150.3600.19
HSL274.4º43.86%66.47%-
HSV(B)274.4º36.23%81.18%-
XYZ37.1930.1262.89-
YUV153.41158.25143.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=34.05%
G=25.68%
B=40.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751322070.150.3600.19274.443.8666.47
HexAF84CFF240131122c42
Octal257204317174402342254102
Binary10101111100001001100111111111001000100111000100101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84CF; }

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

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

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

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

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

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

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

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