Shades of Scandal #A0DBC6
Tints of Scandal #A0DBC6
RGB
CMYK
RGB Variations
Color information
#A0DBC6 (or 0xA0DBC6) is known color: Scandal. HEX triplet: A0, DB and C6. RGB value is (160,219,198). Sum of RGB (Red+Green+Blue) = 160+219+198=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBC6 is #5F2439. Grayscale: #C6C6C6. Windows color (decimal): -6235194 or 13032352. OLE color: 13032352.
HSL color Cylindrical-coordinate representation of color #A0DBC6: hue angle of 158.64º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBC6 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 198 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.14 |
| HSL | 158.64º | 0.45% | 0.74% | - |
| HSV(B) | 158.64º | 0.27% | 0.86% | - |
| XYZ | 50.02 | 62.21 | 62.8 | - |
| YUV | 198.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 198 | 0.27 | 0 | 0.10 | 0.14 | 158.64 | 0.45 | 0.74 |
| Hex | A0 | DB | C6 | 1B | 0 | A | E | 9F | 2D | 4A |
| Octal | 240 | 333 | 306 | 33 | 0 | 12 | 16 | 237 | 55 | 112 |
| Binary | 10100000 | 11011011 | 11000110 | 11011 | 0 | 1010 | 1110 | 10011111 | 101101 | 1001010 |
Color Harmonies of #A0DBC6
Complementary color
Monochromatic Colors of #A0DBC6
Black with #A0DBC6
Text Example
Text Example
White with #A0DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBC6; }
p { color: rgb(160,219,198); }
H1.HeaderClassName
{
color: #A0DBC6;
}
.AnyTagClassName
{
color: #A0DBC6;
}
</style>
background-color css
<style>
a { background-color: #A0DBC6; }
a { background-color: rgb(160,219,198); }
div.DivClassName
{
background-color: #A0DBC6;
}
.BgClassName
{
background-color: #A0DBC6;
}
</style>
border-color css
<style>
span { border-color: #A0DBC6; }
span { border-color: rgb(160,219,198); }
td.TdClassName
{
border-color: #A0DBC6;
}
.TagClassName
{
border-color: #A0DBC6;
}
</style>