Shades of Scandal #A0DAC7
Tints of Scandal #A0DAC7
RGB
CMYK
RGB Variations
Color information
#A0DAC7 (or 0xA0DAC7) is known color: Scandal. HEX triplet: A0, DA and C7. RGB value is (160,218,199). Sum of RGB (Red+Green+Blue) = 160+218+199=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAC7 is #5F2538. Grayscale: #C6C6C6. Windows color (decimal): -6235449 or 13097632. OLE color: 13097632.
HSL color Cylindrical-coordinate representation of color #A0DAC7: hue angle of 160.34º 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 #A0DAC7 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 199 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.15 |
| HSL | 160.34º | 0.44% | 0.74% | - |
| HSV(B) | 160.34º | 0.27% | 0.85% | - |
| XYZ | 49.88 | 61.74 | 63.32 | - |
| YUV | 198.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 199 | 0.27 | 0 | 0.09 | 0.15 | 160.34 | 0.44 | 0.74 |
| Hex | A0 | DA | C7 | 1B | 0 | 9 | F | A0 | 2C | 4A |
| Octal | 240 | 332 | 307 | 33 | 0 | 11 | 17 | 240 | 54 | 112 |
| Binary | 10100000 | 11011010 | 11000111 | 11011 | 0 | 1001 | 1111 | 10100000 | 101100 | 1001010 |
Color Harmonies of #A0DAC7
Complementary color
Monochromatic Colors of #A0DAC7
Black with #A0DAC7
Text Example
Text Example
White with #A0DAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAC7; }
p { color: rgb(160,218,199); }
H1.HeaderClassName
{
color: #A0DAC7;
}
.AnyTagClassName
{
color: #A0DAC7;
}
</style>
background-color css
<style>
a { background-color: #A0DAC7; }
a { background-color: rgb(160,218,199); }
div.DivClassName
{
background-color: #A0DAC7;
}
.BgClassName
{
background-color: #A0DAC7;
}
</style>
border-color css
<style>
span { border-color: #A0DAC7; }
span { border-color: rgb(160,218,199); }
td.TdClassName
{
border-color: #A0DAC7;
}
.TagClassName
{
border-color: #A0DAC7;
}
</style>