Shades of East Side #AC74BD
Tints of East Side #AC74BD
RGB
CMYK
RGB Variations
Color information
#AC74BD (or 0xAC74BD) is known color: East Side. HEX triplet: AC, 74 and BD. RGB value is (172,116,189). Sum of RGB (Red+Green+Blue) = 172+116+189=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC74BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74BD is #538B42. Grayscale: #8C8C8C. Windows color (decimal): -5475139 or 12416172. OLE color: 12416172.
HSL color Cylindrical-coordinate representation of color #AC74BD: hue angle of 286.03º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC74BD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 116 | 189 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.26 |
| HSL | 286.03º | 0.36% | 0.6% | - |
| HSV(B) | 286.03º | 0.39% | 0.74% | - |
| XYZ | 32.44 | 24.94 | 51.25 | - |
| YUV | 141.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 116 | 189 | 0.09 | 0.39 | 0 | 0.26 | 286.03 | 0.36 | 0.6 |
| Hex | AC | 74 | BD | 9 | 27 | 0 | 1A | 11E | 24 | 3C |
| Octal | 254 | 164 | 275 | 11 | 47 | 0 | 32 | 436 | 44 | 74 |
| Binary | 10101100 | 1110100 | 10111101 | 1001 | 100111 | 0 | 11010 | 100011110 | 100100 | 111100 |
Color Harmonies of #AC74BD
Complementary color
Monochromatic Colors of #AC74BD
Black with #AC74BD
Text Example
Text Example
White with #AC74BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC74BD; }
p { color: rgb(172,116,189); }
H1.HeaderClassName
{
color: #AC74BD;
}
.AnyTagClassName
{
color: #AC74BD;
}
</style>
background-color css
<style>
a { background-color: #AC74BD; }
a { background-color: rgb(172,116,189); }
div.DivClassName
{
background-color: #AC74BD;
}
.BgClassName
{
background-color: #AC74BD;
}
</style>
border-color css
<style>
span { border-color: #AC74BD; }
span { border-color: rgb(172,116,189); }
td.TdClassName
{
border-color: #AC74BD;
}
.TagClassName
{
border-color: #AC74BD;
}
</style>