Shades of Mischka #A0ACC0
Tints of Mischka #A0ACC0
RGB
CMYK
RGB Variations
Color information
#A0ACC0 (or 0xA0ACC0) is known color: Mischka. HEX triplet: A0, AC and C0. RGB value is (160,172,192). Sum of RGB (Red+Green+Blue) = 160+172+192=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #A0ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACC0 is #5F533F. Grayscale: #AAAAAA. Windows color (decimal): -6247232 or 12627104. OLE color: 12627104.
HSL color Cylindrical-coordinate representation of color #A0ACC0: hue angle of 217.5º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0ACC0 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 160 | 172 | 192 | - |
CMYK | 0.17 | 0.10 | 0 | 0.25 |
HSL | 217.5º | 0.2% | 0.69% | - |
HSV(B) | 217.5º | 0.17% | 0.75% | - |
XYZ | 38.76 | 40.78 | 55.7 | - |
YUV | 170.69 | 140.02 | 120.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 172 | 192 | 0.17 | 0.10 | 0 | 0.25 | 217.5 | 0.2 | 0.69 |
Hex | A0 | AC | C0 | 11 | A | 0 | 19 | DA | 14 | 45 |
Octal | 240 | 254 | 300 | 21 | 12 | 0 | 31 | 332 | 24 | 105 |
Binary | 10100000 | 10101100 | 11000000 | 10001 | 1010 | 0 | 11001 | 11011010 | 10100 | 1000101 |
Color Harmonies of #A0ACC0
Complementary color
Monochromatic Colors of #A0ACC0
Black with #A0ACC0
Text Example
Text Example
White with #A0ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACC0; }
p { color: rgb(160,172,192); }
H1.HeaderClassName
{
color: #A0ACC0;
}
.AnyTagClassName
{
color: #A0ACC0;
}
</style>
background-color css
<style>
a { background-color: #A0ACC0; }
a { background-color: rgb(160,172,192); }
div.DivClassName
{
background-color: #A0ACC0;
}
.BgClassName
{
background-color: #A0ACC0;
}
</style>
border-color css
<style>
span { border-color: #A0ACC0; }
span { border-color: rgb(160,172,192); }
td.TdClassName
{
border-color: #A0ACC0;
}
.TagClassName
{
border-color: #A0ACC0;
}
</style>