Shades of East Side #AC73B8
Tints of East Side #AC73B8
RGB
CMYK
RGB Variations
Color information
#AC73B8 (or 0xAC73B8) is known color: East Side. HEX triplet: AC, 73 and B8. RGB value is (172,115,184). Sum of RGB (Red+Green+Blue) = 172+115+184=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 184 - color contains mainly: blue. Hex color #AC73B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73B8 is #538C47. Grayscale: #8B8B8B. Windows color (decimal): -5475400 or 12088236. OLE color: 12088236.
HSL color Cylindrical-coordinate representation of color #AC73B8: hue angle of 289.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC73B8 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 115 | 184 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.28 |
| HSL | 289.57º | 0.33% | 0.59% | - |
| HSV(B) | 289.57º | 0.38% | 0.72% | - |
| XYZ | 31.8 | 24.49 | 48.4 | - |
| YUV | 139.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 115 | 184 | 0.07 | 0.38 | 0 | 0.28 | 289.57 | 0.33 | 0.59 |
| Hex | AC | 73 | B8 | 7 | 26 | 0 | 1C | 122 | 21 | 3B |
| Octal | 254 | 163 | 270 | 7 | 46 | 0 | 34 | 442 | 41 | 73 |
| Binary | 10101100 | 1110011 | 10111000 | 111 | 100110 | 0 | 11100 | 100100010 | 100001 | 111011 |
Color Harmonies of #AC73B8
Complementary color
Monochromatic Colors of #AC73B8
Black with #AC73B8
Text Example
Text Example
White with #AC73B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC73B8; }
p { color: rgb(172,115,184); }
H1.HeaderClassName
{
color: #AC73B8;
}
.AnyTagClassName
{
color: #AC73B8;
}
</style>
background-color css
<style>
a { background-color: #AC73B8; }
a { background-color: rgb(172,115,184); }
div.DivClassName
{
background-color: #AC73B8;
}
.BgClassName
{
background-color: #AC73B8;
}
</style>
border-color css
<style>
span { border-color: #AC73B8; }
span { border-color: rgb(172,115,184); }
td.TdClassName
{
border-color: #AC73B8;
}
.TagClassName
{
border-color: #AC73B8;
}
</style>