#AF84D1

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

Shades of East Side #AF84D1

Tints of East Side #AF84D1

Color information

#AF84D1 (or 0xAF84D1) is unknown color: approx East Side. HEX triplet: AF, 84 and D1. RGB value is (175,132,209). Sum of RGB (Red+Green+Blue) = 175+132+209=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF84D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84D1 is #507B2E. Grayscale: #999999. Windows color (decimal): -5274415 or 13730991. OLE color: 13730991.

HSL color Cylindrical-coordinate representation of color #AF84D1: hue angle of 273.51º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF84D1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175132209-
CMYK0.160.3700.18
HSL273.51º45.56%66.86%-
HSV(B)273.51º36.84%81.96%-
XYZ37.4430.2264.18-
YUV153.64159.25143.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=33.91%
G=25.58%
B=40.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751322090.160.3700.18273.5145.5666.86
HexAF84D110250121122e43
Octal257204321204502242256103
Binary101011111000010011010001100001001010100101000100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84D1; }

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

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

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

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

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

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

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

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