Shades of Mischka #A0A4B4
Tints of Mischka #A0A4B4
RGB
CMYK
RGB Variations
Color information
#A0A4B4 (or 0xA0A4B4) is known color: Mischka. HEX triplet: A0, A4 and B4. RGB value is (160,164,180). Sum of RGB (Red+Green+Blue) = 160+164+180=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 180 - color contains mainly: blue. Hex color #A0A4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4B4 is #5F5B4B. Grayscale: #A4A4A4. Windows color (decimal): -6249292 or 11838624. OLE color: 11838624.
HSL color Cylindrical-coordinate representation of color #A0A4B4: hue angle of 228º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0A4B4 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 164 | 180 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.29 |
| HSL | 228º | 0.12% | 0.67% | - |
| HSV(B) | 228º | 0.11% | 0.71% | - |
| XYZ | 36.01 | 37.32 | 48.49 | - |
| YUV | 164.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 180 | 0.11 | 0.09 | 0 | 0.29 | 228 | 0.12 | 0.67 |
| Hex | A0 | A4 | B4 | B | 9 | 0 | 1D | E4 | C | 43 |
| Octal | 240 | 244 | 264 | 13 | 11 | 0 | 35 | 344 | 14 | 103 |
| Binary | 10100000 | 10100100 | 10110100 | 1011 | 1001 | 0 | 11101 | 11100100 | 1100 | 1000011 |
Color Harmonies of #A0A4B4
Complementary color
Monochromatic Colors of #A0A4B4
Black with #A0A4B4
Text Example
Text Example
White with #A0A4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4B4; }
p { color: rgb(160,164,180); }
H1.HeaderClassName
{
color: #A0A4B4;
}
.AnyTagClassName
{
color: #A0A4B4;
}
</style>
background-color css
<style>
a { background-color: #A0A4B4; }
a { background-color: rgb(160,164,180); }
div.DivClassName
{
background-color: #A0A4B4;
}
.BgClassName
{
background-color: #A0A4B4;
}
</style>
border-color css
<style>
span { border-color: #A0A4B4; }
span { border-color: rgb(160,164,180); }
td.TdClassName
{
border-color: #A0A4B4;
}
.TagClassName
{
border-color: #A0A4B4;
}
</style>