Shades of East Side #AC75C5
Tints of East Side #AC75C5
RGB
CMYK
RGB Variations
Color information
#AC75C5 (or 0xAC75C5) is known color: East Side. HEX triplet: AC, 75 and C5. RGB value is (172,117,197). Sum of RGB (Red+Green+Blue) = 172+117+197=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC75C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75C5 is #538A3A. Grayscale: #8E8E8E. Windows color (decimal): -5474875 or 12940716. OLE color: 12940716.
HSL color Cylindrical-coordinate representation of color #AC75C5: hue angle of 281.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC75C5 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 117 | 197 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.23 |
| HSL | 281.25º | 0.41% | 0.62% | - |
| HSV(B) | 281.25º | 0.41% | 0.77% | - |
| XYZ | 33.45 | 25.52 | 55.99 | - |
| YUV | 142.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 197 | 0.13 | 0.41 | 0 | 0.23 | 281.25 | 0.41 | 0.62 |
| Hex | AC | 75 | C5 | D | 29 | 0 | 17 | 119 | 29 | 3E |
| Octal | 254 | 165 | 305 | 15 | 51 | 0 | 27 | 431 | 51 | 76 |
| Binary | 10101100 | 1110101 | 11000101 | 1101 | 101001 | 0 | 10111 | 100011001 | 101001 | 111110 |
Color Harmonies of #AC75C5
Complementary color
Monochromatic Colors of #AC75C5
Black with #AC75C5
Text Example
Text Example
White with #AC75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC75C5; }
p { color: rgb(172,117,197); }
H1.HeaderClassName
{
color: #AC75C5;
}
.AnyTagClassName
{
color: #AC75C5;
}
</style>
background-color css
<style>
a { background-color: #AC75C5; }
a { background-color: rgb(172,117,197); }
div.DivClassName
{
background-color: #AC75C5;
}
.BgClassName
{
background-color: #AC75C5;
}
</style>
border-color css
<style>
span { border-color: #AC75C5; }
span { border-color: rgb(172,117,197); }
td.TdClassName
{
border-color: #AC75C5;
}
.TagClassName
{
border-color: #AC75C5;
}
</style>