Shades of East Side #AC7DD4
Tints of East Side #AC7DD4
RGB
CMYK
RGB Variations
Color information
#AC7DD4 (or 0xAC7DD4) is known color: East Side. HEX triplet: AC, 7D and D4. RGB value is (172,125,212). Sum of RGB (Red+Green+Blue) = 172+125+212=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC7DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DD4 is #53822B. Grayscale: #949494. Windows color (decimal): -5472812 or 13925804. OLE color: 13925804.
HSL color Cylindrical-coordinate representation of color #AC7DD4: hue angle of 272.41º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC7DD4 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 172 | 125 | 212 | - |
CMYK | 0.19 | 0.41 | 0 | 0.17 |
HSL | 272.41º | 0.5% | 0.66% | - |
HSV(B) | 272.41º | 0.41% | 0.83% | - |
XYZ | 36.23 | 28.19 | 65.82 | - |
YUV | 148.97 | 163.57 | 144.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 125 | 212 | 0.19 | 0.41 | 0 | 0.17 | 272.41 | 0.5 | 0.66 |
Hex | AC | 7D | D4 | 13 | 29 | 0 | 11 | 110 | 32 | 42 |
Octal | 254 | 175 | 324 | 23 | 51 | 0 | 21 | 420 | 62 | 102 |
Binary | 10101100 | 1111101 | 11010100 | 10011 | 101001 | 0 | 10001 | 100010000 | 110010 | 1000010 |
Color Harmonies of #AC7DD4
Complementary color
Monochromatic Colors of #AC7DD4
Black with #AC7DD4
Text Example
Text Example
White with #AC7DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DD4; }
p { color: rgb(172,125,212); }
H1.HeaderClassName
{
color: #AC7DD4;
}
.AnyTagClassName
{
color: #AC7DD4;
}
</style>
background-color css
<style>
a { background-color: #AC7DD4; }
a { background-color: rgb(172,125,212); }
div.DivClassName
{
background-color: #AC7DD4;
}
.BgClassName
{
background-color: #AC7DD4;
}
</style>
border-color css
<style>
span { border-color: #AC7DD4; }
span { border-color: rgb(172,125,212); }
td.TdClassName
{
border-color: #AC7DD4;
}
.TagClassName
{
border-color: #AC7DD4;
}
</style>