Shades of East Side #AC7DB8
Tints of East Side #AC7DB8
RGB
CMYK
RGB Variations
Color information
#AC7DB8 (or 0xAC7DB8) is known color: East Side. HEX triplet: AC, 7D and B8. RGB value is (172,125,184). Sum of RGB (Red+Green+Blue) = 172+125+184=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC7DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DB8 is #538247. Grayscale: #919191. Windows color (decimal): -5472840 or 12090796. OLE color: 12090796.
HSL color Cylindrical-coordinate representation of color #AC7DB8: hue angle of 287.8º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC7DB8 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 125 | 184 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.28 |
| HSL | 287.8º | 0.29% | 0.61% | - |
| HSV(B) | 287.8º | 0.32% | 0.72% | - |
| XYZ | 33 | 26.9 | 48.8 | - |
| YUV | 145.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 125 | 184 | 0.07 | 0.32 | 0 | 0.28 | 287.8 | 0.29 | 0.61 |
| Hex | AC | 7D | B8 | 7 | 20 | 0 | 1C | 120 | 1D | 3D |
| Octal | 254 | 175 | 270 | 7 | 40 | 0 | 34 | 440 | 35 | 75 |
| Binary | 10101100 | 1111101 | 10111000 | 111 | 100000 | 0 | 11100 | 100100000 | 11101 | 111101 |
Color Harmonies of #AC7DB8
Complementary color
Monochromatic Colors of #AC7DB8
Black with #AC7DB8
Text Example
Text Example
White with #AC7DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DB8; }
p { color: rgb(172,125,184); }
H1.HeaderClassName
{
color: #AC7DB8;
}
.AnyTagClassName
{
color: #AC7DB8;
}
</style>
background-color css
<style>
a { background-color: #AC7DB8; }
a { background-color: rgb(172,125,184); }
div.DivClassName
{
background-color: #AC7DB8;
}
.BgClassName
{
background-color: #AC7DB8;
}
</style>
border-color css
<style>
span { border-color: #AC7DB8; }
span { border-color: rgb(172,125,184); }
td.TdClassName
{
border-color: #AC7DB8;
}
.TagClassName
{
border-color: #AC7DB8;
}
</style>