#AF82D1

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

Shades of East Side #AF82D1

Tints of East Side #AF82D1

Color information

#AF82D1 (or 0xAF82D1) is unknown color: approx East Side. HEX triplet: AF, 82 and D1. RGB value is (175,130,209). Sum of RGB (Red+Green+Blue) = 175+130+209=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF82D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82D1 is #507D2E. Grayscale: #989898. Windows color (decimal): -5274927 or 13730479. OLE color: 13730479.

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

Color convert

RGB175130209-
CMYK0.160.3800.18
HSL274.18º46.2%66.47%-
HSV(B)274.18º37.8%81.96%-
XYZ37.1729.6864.09-
YUV152.46159.91144.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=34.05%
G=25.29%
B=40.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751302090.160.3800.18274.1846.266.47
HexAF82D110260121122e42
Octal257202321204602242256102
Binary101011111000001011010001100001001100100101000100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82D1; }

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

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

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

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

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

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

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

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