Shades of East Side #AC80B9
Tints of East Side #AC80B9
RGB
CMYK
RGB Variations
Color information
#AC80B9 (or 0xAC80B9) is known color: East Side. HEX triplet: AC, 80 and B9. RGB value is (172,128,185). Sum of RGB (Red+Green+Blue) = 172+128+185=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC80B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC80B9 is #537F46. Grayscale: #939393. Windows color (decimal): -5472071 or 12157100. OLE color: 12157100.
HSL color Cylindrical-coordinate representation of color #AC80B9: hue angle of 286.32º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AC80B9 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 128 | 185 | - |
CMYK | 0.07 | 0.31 | 0 | 0.27 |
HSL | 286.32º | 0.29% | 0.61% | - |
HSV(B) | 286.32º | 0.31% | 0.73% | - |
XYZ | 33.49 | 27.71 | 49.48 | - |
YUV | 147.65 | 149.08 | 145.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 128 | 185 | 0.07 | 0.31 | 0 | 0.27 | 286.32 | 0.29 | 0.61 |
Hex | AC | 80 | B9 | 7 | 1F | 0 | 1B | 11E | 1D | 3D |
Octal | 254 | 200 | 271 | 7 | 37 | 0 | 33 | 436 | 35 | 75 |
Binary | 10101100 | 10000000 | 10111001 | 111 | 11111 | 0 | 11011 | 100011110 | 11101 | 111101 |
Color Harmonies of #AC80B9
Complementary color
Monochromatic Colors of #AC80B9
Black with #AC80B9
Text Example
Text Example
White with #AC80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC80B9; }
p { color: rgb(172,128,185); }
H1.HeaderClassName
{
color: #AC80B9;
}
.AnyTagClassName
{
color: #AC80B9;
}
</style>
background-color css
<style>
a { background-color: #AC80B9; }
a { background-color: rgb(172,128,185); }
div.DivClassName
{
background-color: #AC80B9;
}
.BgClassName
{
background-color: #AC80B9;
}
</style>
border-color css
<style>
span { border-color: #AC80B9; }
span { border-color: rgb(172,128,185); }
td.TdClassName
{
border-color: #AC80B9;
}
.TagClassName
{
border-color: #AC80B9;
}
</style>