Shades of East Side #AC7DC3
Tints of East Side #AC7DC3
RGB
CMYK
RGB Variations
Color information
#AC7DC3 (or 0xAC7DC3) is known color: East Side. HEX triplet: AC, 7D and C3. RGB value is (172,125,195). Sum of RGB (Red+Green+Blue) = 172+125+195=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC7DC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DC3 is #53823C. Grayscale: #929292. Windows color (decimal): -5472829 or 12811692. OLE color: 12811692.
HSL color Cylindrical-coordinate representation of color #AC7DC3: hue angle of 280.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC7DC3 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 125 | 195 | - |
CMYK | 0.12 | 0.36 | 0 | 0.24 |
HSL | 280.29º | 0.37% | 0.63% | - |
HSV(B) | 280.29º | 0.36% | 0.76% | - |
XYZ | 34.2 | 27.38 | 55.11 | - |
YUV | 147.03 | 155.07 | 145.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 125 | 195 | 0.12 | 0.36 | 0 | 0.24 | 280.29 | 0.37 | 0.63 |
Hex | AC | 7D | C3 | C | 24 | 0 | 18 | 118 | 25 | 3F |
Octal | 254 | 175 | 303 | 14 | 44 | 0 | 30 | 430 | 45 | 77 |
Binary | 10101100 | 1111101 | 11000011 | 1100 | 100100 | 0 | 11000 | 100011000 | 100101 | 111111 |
Color Harmonies of #AC7DC3
Complementary color
Monochromatic Colors of #AC7DC3
Black with #AC7DC3
Text Example
Text Example
White with #AC7DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DC3; }
p { color: rgb(172,125,195); }
H1.HeaderClassName
{
color: #AC7DC3;
}
.AnyTagClassName
{
color: #AC7DC3;
}
</style>
background-color css
<style>
a { background-color: #AC7DC3; }
a { background-color: rgb(172,125,195); }
div.DivClassName
{
background-color: #AC7DC3;
}
.BgClassName
{
background-color: #AC7DC3;
}
</style>
border-color css
<style>
span { border-color: #AC7DC3; }
span { border-color: rgb(172,125,195); }
td.TdClassName
{
border-color: #AC7DC3;
}
.TagClassName
{
border-color: #AC7DC3;
}
</style>