Shades of East Side #AC80D1
Tints of East Side #AC80D1
RGB
CMYK
RGB Variations
Color information
#AC80D1 (or 0xAC80D1) is known color: 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
| RGB | 172 | 128 | 209 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.18 |
| HSL | 272.59º | 0.47% | 0.66% | - |
| HSV(B) | 272.59º | 0.39% | 0.82% | - |
| XYZ | 36.24 | 28.81 | 63.97 | - |
| YUV | 150.39 | 161.08 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 209 | 0.18 | 0.39 | 0 | 0.18 | 272.59 | 0.47 | 0.66 |
| Hex | AC | 80 | D1 | 12 | 27 | 0 | 12 | 111 | 2F | 42 |
| Octal | 254 | 200 | 321 | 22 | 47 | 0 | 22 | 421 | 57 | 102 |
| Binary | 10101100 | 10000000 | 11010001 | 10010 | 100111 | 0 | 10010 | 100010001 | 101111 | 1000010 |
Color Harmonies of #AC80D1
Complementary color
Monochromatic Colors of #AC80D1
Black with #AC80D1
Text Example
Text Example
White with #AC80D1
Text Example
Text Example
HTML Codes & Css Web 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>