Shades of East Side #AC7BB7
Tints of East Side #AC7BB7
RGB
CMYK
RGB Variations
Color information
#AC7BB7 (or 0xAC7BB7) is known color: East Side. HEX triplet: AC, 7B and B7. RGB value is (172,123,183). Sum of RGB (Red+Green+Blue) = 172+123+183=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 183 (71.88% from 255 or 38.28% from 478); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC7BB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7BB7 is #538448. Grayscale: #909090. Windows color (decimal): -5473353 or 12024748. OLE color: 12024748.
HSL color Cylindrical-coordinate representation of color #AC7BB7: hue angle of 289º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7BB7 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 123 | 183 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.28 |
| HSL | 289º | 0.29% | 0.6% | - |
| HSV(B) | 289º | 0.33% | 0.72% | - |
| XYZ | 32.64 | 26.36 | 48.17 | - |
| YUV | 144.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 183 | 0.06 | 0.33 | 0 | 0.28 | 289 | 0.29 | 0.6 |
| Hex | AC | 7B | B7 | 6 | 21 | 0 | 1C | 121 | 1D | 3C |
| Octal | 254 | 173 | 267 | 6 | 41 | 0 | 34 | 441 | 35 | 74 |
| Binary | 10101100 | 1111011 | 10110111 | 110 | 100001 | 0 | 11100 | 100100001 | 11101 | 111100 |
Color Harmonies of #AC7BB7
Complementary color
Monochromatic Colors of #AC7BB7
Black with #AC7BB7
Text Example
Text Example
White with #AC7BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7BB7; }
p { color: rgb(172,123,183); }
H1.HeaderClassName
{
color: #AC7BB7;
}
.AnyTagClassName
{
color: #AC7BB7;
}
</style>
background-color css
<style>
a { background-color: #AC7BB7; }
a { background-color: rgb(172,123,183); }
div.DivClassName
{
background-color: #AC7BB7;
}
.BgClassName
{
background-color: #AC7BB7;
}
</style>
border-color css
<style>
span { border-color: #AC7BB7; }
span { border-color: rgb(172,123,183); }
td.TdClassName
{
border-color: #AC7BB7;
}
.TagClassName
{
border-color: #AC7BB7;
}
</style>