Shades of Scandal #A2DAC8
Tints of Scandal #A2DAC8
RGB
CMYK
RGB Variations
Color information
#A2DAC8 (or 0xA2DAC8) is known color: Scandal. HEX triplet: A2, DA and C8. RGB value is (162,218,200). Sum of RGB (Red+Green+Blue) = 162+218+200=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DAC8 is #5D2537. Grayscale: #C7C7C7. Windows color (decimal): -6104376 or 13163170. OLE color: 13163170.
HSL color Cylindrical-coordinate representation of color #A2DAC8: hue angle of 160.71º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DAC8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 200 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.15 |
| HSL | 160.71º | 0.43% | 0.75% | - |
| HSV(B) | 160.71º | 0.26% | 0.85% | - |
| XYZ | 50.4 | 61.99 | 63.95 | - |
| YUV | 199.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 200 | 0.26 | 0 | 0.08 | 0.15 | 160.71 | 0.43 | 0.75 |
| Hex | A2 | DA | C8 | 1A | 0 | 8 | F | A1 | 2B | 4B |
| Octal | 242 | 332 | 310 | 32 | 0 | 10 | 17 | 241 | 53 | 113 |
| Binary | 10100010 | 11011010 | 11001000 | 11010 | 0 | 1000 | 1111 | 10100001 | 101011 | 1001011 |
Color Harmonies of #A2DAC8
Complementary color
Monochromatic Colors of #A2DAC8
Black with #A2DAC8
Text Example
Text Example
White with #A2DAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAC8; }
p { color: rgb(162,218,200); }
H1.HeaderClassName
{
color: #A2DAC8;
}
.AnyTagClassName
{
color: #A2DAC8;
}
</style>
background-color css
<style>
a { background-color: #A2DAC8; }
a { background-color: rgb(162,218,200); }
div.DivClassName
{
background-color: #A2DAC8;
}
.BgClassName
{
background-color: #A2DAC8;
}
</style>
border-color css
<style>
span { border-color: #A2DAC8; }
span { border-color: rgb(162,218,200); }
td.TdClassName
{
border-color: #A2DAC8;
}
.TagClassName
{
border-color: #A2DAC8;
}
</style>