#AF81D1

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

Shades of East Side #AF81D1

Tints of East Side #AF81D1

Color information

#AF81D1 (or 0xAF81D1) is unknown color: approx East Side. HEX triplet: AF, 81 and D1. RGB value is (175,129,209). Sum of RGB (Red+Green+Blue) = 175+129+209=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF81D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF81D1 is #507E2E. Grayscale: #979797. Windows color (decimal): -5275183 or 13730223. OLE color: 13730223.

HSL color Cylindrical-coordinate representation of color #AF81D1: hue angle of 274.5º degrees, saturation: 0.47, 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 #AF81D1 is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175129209-
CMYK0.160.3800.18
HSL274.5º46.51%66.27%-
HSV(B)274.5º38.28%81.96%-
XYZ37.0429.4264.05-
YUV151.87160.24144.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=34.11%
G=25.15%
B=40.74%

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
Decimal1751292090.160.3800.18274.546.5166.27
HexAF81D110260121122f42
Octal257201321204602242257102
Binary101011111000000111010001100001001100100101000100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81D1; }

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

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

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

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

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

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

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

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