Shades of East Side #AC7AC2
Tints of East Side #AC7AC2
RGB
CMYK
RGB Variations
Color information
#AC7AC2 (or 0xAC7AC2) is known color: East Side. HEX triplet: AC, 7A and C2. RGB value is (172,122,194). Sum of RGB (Red+Green+Blue) = 172+122+194=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #AC7AC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7AC2 is #53853D. Grayscale: #909090. Windows color (decimal): -5473598 or 12745388. OLE color: 12745388.
HSL color Cylindrical-coordinate representation of color #AC7AC2: hue angle of 281.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC7AC2 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 122 | 194 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.24 |
| HSL | 281.67º | 0.37% | 0.62% | - |
| HSV(B) | 281.67º | 0.37% | 0.76% | - |
| XYZ | 33.71 | 26.58 | 54.39 | - |
| YUV | 145.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 122 | 194 | 0.11 | 0.37 | 0 | 0.24 | 281.67 | 0.37 | 0.62 |
| Hex | AC | 7A | C2 | B | 25 | 0 | 18 | 11A | 25 | 3E |
| Octal | 254 | 172 | 302 | 13 | 45 | 0 | 30 | 432 | 45 | 76 |
| Binary | 10101100 | 1111010 | 11000010 | 1011 | 100101 | 0 | 11000 | 100011010 | 100101 | 111110 |
Color Harmonies of #AC7AC2
Complementary color
Monochromatic Colors of #AC7AC2
Black with #AC7AC2
Text Example
Text Example
White with #AC7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7AC2; }
p { color: rgb(172,122,194); }
H1.HeaderClassName
{
color: #AC7AC2;
}
.AnyTagClassName
{
color: #AC7AC2;
}
</style>
background-color css
<style>
a { background-color: #AC7AC2; }
a { background-color: rgb(172,122,194); }
div.DivClassName
{
background-color: #AC7AC2;
}
.BgClassName
{
background-color: #AC7AC2;
}
</style>
border-color css
<style>
span { border-color: #AC7AC2; }
span { border-color: rgb(172,122,194); }
td.TdClassName
{
border-color: #AC7AC2;
}
.TagClassName
{
border-color: #AC7AC2;
}
</style>