Shades of East Side #AC7DBF
Tints of East Side #AC7DBF
RGB
CMYK
RGB Variations
Color information
#AC7DBF (or 0xAC7DBF) is known color: East Side. HEX triplet: AC, 7D and BF. RGB value is (172,125,191). Sum of RGB (Red+Green+Blue) = 172+125+191=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC7DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7DBF is #538240. Grayscale: #929292. Windows color (decimal): -5472833 or 12549548. OLE color: 12549548.
HSL color Cylindrical-coordinate representation of color #AC7DBF: hue angle of 282.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC7DBF is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 125 | 191 | - |
CMYK | 0.10 | 0.35 | 0 | 0.25 |
HSL | 282.73º | 0.34% | 0.62% | - |
HSV(B) | 282.73º | 0.35% | 0.75% | - |
XYZ | 33.75 | 27.2 | 52.76 | - |
YUV | 146.58 | 153.07 | 146.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 125 | 191 | 0.10 | 0.35 | 0 | 0.25 | 282.73 | 0.34 | 0.62 |
Hex | AC | 7D | BF | A | 23 | 0 | 19 | 11B | 22 | 3E |
Octal | 254 | 175 | 277 | 12 | 43 | 0 | 31 | 433 | 42 | 76 |
Binary | 10101100 | 1111101 | 10111111 | 1010 | 100011 | 0 | 11001 | 100011011 | 100010 | 111110 |
Color Harmonies of #AC7DBF
Complementary color
Monochromatic Colors of #AC7DBF
Black with #AC7DBF
Text Example
Text Example
White with #AC7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7DBF; }
p { color: rgb(172,125,191); }
H1.HeaderClassName
{
color: #AC7DBF;
}
.AnyTagClassName
{
color: #AC7DBF;
}
</style>
background-color css
<style>
a { background-color: #AC7DBF; }
a { background-color: rgb(172,125,191); }
div.DivClassName
{
background-color: #AC7DBF;
}
.BgClassName
{
background-color: #AC7DBF;
}
</style>
border-color css
<style>
span { border-color: #AC7DBF; }
span { border-color: rgb(172,125,191); }
td.TdClassName
{
border-color: #AC7DBF;
}
.TagClassName
{
border-color: #AC7DBF;
}
</style>