Shades of East Side #AC80D3
Tints of East Side #AC80D3
RGB
CMYK
RGB Variations
Color information
#AC80D3 (or 0xAC80D3) is known color: East Side. HEX triplet: AC, 80 and D3. RGB value is (172,128,211). Sum of RGB (Red+Green+Blue) = 172+128+211=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC80D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80D3 is #537F2C. Grayscale: #969696. Windows color (decimal): -5472045 or 13861036. OLE color: 13861036.
HSL color Cylindrical-coordinate representation of color #AC80D3: hue angle of 271.81º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC80D3 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 128 | 211 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.17 |
| HSL | 271.81º | 0.49% | 0.66% | - |
| HSV(B) | 271.81º | 0.39% | 0.83% | - |
| XYZ | 36.49 | 28.91 | 65.29 | - |
| YUV | 150.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 128 | 211 | 0.18 | 0.39 | 0 | 0.17 | 271.81 | 0.49 | 0.66 |
| Hex | AC | 80 | D3 | 12 | 27 | 0 | 11 | 110 | 31 | 42 |
| Octal | 254 | 200 | 323 | 22 | 47 | 0 | 21 | 420 | 61 | 102 |
| Binary | 10101100 | 10000000 | 11010011 | 10010 | 100111 | 0 | 10001 | 100010000 | 110001 | 1000010 |
Color Harmonies of #AC80D3
Complementary color
Monochromatic Colors of #AC80D3
Black with #AC80D3
Text Example
Text Example
White with #AC80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80D3; }
p { color: rgb(172,128,211); }
H1.HeaderClassName
{
color: #AC80D3;
}
.AnyTagClassName
{
color: #AC80D3;
}
</style>
background-color css
<style>
a { background-color: #AC80D3; }
a { background-color: rgb(172,128,211); }
div.DivClassName
{
background-color: #AC80D3;
}
.BgClassName
{
background-color: #AC80D3;
}
</style>
border-color css
<style>
span { border-color: #AC80D3; }
span { border-color: rgb(172,128,211); }
td.TdClassName
{
border-color: #AC80D3;
}
.TagClassName
{
border-color: #AC80D3;
}
</style>