Shades of East Side #AC75C1
Tints of East Side #AC75C1
RGB
CMYK
RGB Variations
Color information
#AC75C1 (or 0xAC75C1) is known color: East Side. HEX triplet: AC, 75 and C1. RGB value is (172,117,193). Sum of RGB (Red+Green+Blue) = 172+117+193=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC75C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75C1 is #538A3E. Grayscale: #8D8D8D. Windows color (decimal): -5474879 or 12678572. OLE color: 12678572.
HSL color Cylindrical-coordinate representation of color #AC75C1: hue angle of 283.42º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC75C1 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 117 | 193 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.24 |
| HSL | 283.42º | 0.38% | 0.61% | - |
| HSV(B) | 283.42º | 0.39% | 0.76% | - |
| XYZ | 33 | 25.34 | 53.6 | - |
| YUV | 142.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 193 | 0.11 | 0.39 | 0 | 0.24 | 283.42 | 0.38 | 0.61 |
| Hex | AC | 75 | C1 | B | 27 | 0 | 18 | 11B | 26 | 3D |
| Octal | 254 | 165 | 301 | 13 | 47 | 0 | 30 | 433 | 46 | 75 |
| Binary | 10101100 | 1110101 | 11000001 | 1011 | 100111 | 0 | 11000 | 100011011 | 100110 | 111101 |
Color Harmonies of #AC75C1
Complementary color
Monochromatic Colors of #AC75C1
Black with #AC75C1
Text Example
Text Example
White with #AC75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC75C1; }
p { color: rgb(172,117,193); }
H1.HeaderClassName
{
color: #AC75C1;
}
.AnyTagClassName
{
color: #AC75C1;
}
</style>
background-color css
<style>
a { background-color: #AC75C1; }
a { background-color: rgb(172,117,193); }
div.DivClassName
{
background-color: #AC75C1;
}
.BgClassName
{
background-color: #AC75C1;
}
</style>
border-color css
<style>
span { border-color: #AC75C1; }
span { border-color: rgb(172,117,193); }
td.TdClassName
{
border-color: #AC75C1;
}
.TagClassName
{
border-color: #AC75C1;
}
</style>