Shades of Scandal #A0DAC5
Tints of Scandal #A0DAC5
RGB
CMYK
RGB Variations
Color information
#A0DAC5 (or 0xA0DAC5) is known color: Scandal. HEX triplet: A0, DA and C5. RGB value is (160,218,197). Sum of RGB (Red+Green+Blue) = 160+218+197=575 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.83% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAC5 is #5F253A. Grayscale: #C6C6C6. Windows color (decimal): -6235451 or 12966560. OLE color: 12966560.
HSL color Cylindrical-coordinate representation of color #A0DAC5: hue angle of 158.28º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DAC5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 197 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.15 |
| HSL | 158.28º | 0.44% | 0.74% | - |
| HSV(B) | 158.28º | 0.27% | 0.85% | - |
| XYZ | 49.65 | 61.65 | 62.11 | - |
| YUV | 198.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 197 | 0.27 | 0 | 0.10 | 0.15 | 158.28 | 0.44 | 0.74 |
| Hex | A0 | DA | C5 | 1B | 0 | A | F | 9E | 2C | 4A |
| Octal | 240 | 332 | 305 | 33 | 0 | 12 | 17 | 236 | 54 | 112 |
| Binary | 10100000 | 11011010 | 11000101 | 11011 | 0 | 1010 | 1111 | 10011110 | 101100 | 1001010 |
Color Harmonies of #A0DAC5
Complementary color
Monochromatic Colors of #A0DAC5
Black with #A0DAC5
Text Example
Text Example
White with #A0DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAC5; }
p { color: rgb(160,218,197); }
H1.HeaderClassName
{
color: #A0DAC5;
}
.AnyTagClassName
{
color: #A0DAC5;
}
</style>
background-color css
<style>
a { background-color: #A0DAC5; }
a { background-color: rgb(160,218,197); }
div.DivClassName
{
background-color: #A0DAC5;
}
.BgClassName
{
background-color: #A0DAC5;
}
</style>
border-color css
<style>
span { border-color: #A0DAC5; }
span { border-color: rgb(160,218,197); }
td.TdClassName
{
border-color: #A0DAC5;
}
.TagClassName
{
border-color: #A0DAC5;
}
</style>