#AC80D1

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

Shades of East Side #AC80D1

Tints of East Side #AC80D1

Color information

#AC80D1 (or 0xAC80D1) is unknown color: approx East Side. HEX triplet: AC, 80 and D1. RGB value is (172,128,209). Sum of RGB (Red+Green+Blue) = 172+128+209=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC80D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80D1 is #537F2E. Grayscale: #969696. Windows color (decimal): -5472047 or 13729964. OLE color: 13729964.

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

Color convert

RGB172128209-
CMYK0.180.3900.18
HSL272.59º46.82%66.08%-
HSV(B)272.59º38.76%81.96%-
XYZ36.2428.8163.97-
YUV150.39161.08143.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=33.79%
G=25.15%
B=41.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721282090.180.3900.18272.5946.8266.08
HexAC80D112270121112f42
Octal254200321224702242157102
Binary101011001000000011010001100101001110100101000100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80D1; }

 p { color: rgb(172,128,209); }

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

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

 a { background-color: rgb(172,128,209); }

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

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

 span { border-color: rgb(172,128,209); }

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