Shades of Scandal #A2DAC5
Tints of Scandal #A2DAC5
RGB
CMYK
RGB Variations
Color information
#A2DAC5 (or 0xA2DAC5) is known color: Scandal. HEX triplet: A2, DA and C5. RGB value is (162,218,197). Sum of RGB (Red+Green+Blue) = 162+218+197=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DAC5 is #5D253A. Grayscale: #C6C6C6. Windows color (decimal): -6104379 or 12966562. OLE color: 12966562.
HSL color Cylindrical-coordinate representation of color #A2DAC5: hue angle of 157.5º 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 #A2DAC5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 218 | 197 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.15 |
| HSL | 157.5º | 0.43% | 0.75% | - |
| HSV(B) | 157.5º | 0.26% | 0.85% | - |
| XYZ | 50.05 | 61.86 | 62.12 | - |
| YUV | 198.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 197 | 0.26 | 0 | 0.10 | 0.15 | 157.5 | 0.43 | 0.75 |
| Hex | A2 | DA | C5 | 1A | 0 | A | F | 9E | 2B | 4B |
| Octal | 242 | 332 | 305 | 32 | 0 | 12 | 17 | 236 | 53 | 113 |
| Binary | 10100010 | 11011010 | 11000101 | 11010 | 0 | 1010 | 1111 | 10011110 | 101011 | 1001011 |
Color Harmonies of #A2DAC5
Complementary color
Monochromatic Colors of #A2DAC5
Black with #A2DAC5
Text Example
Text Example
White with #A2DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DAC5; }
p { color: rgb(162,218,197); }
H1.HeaderClassName
{
color: #A2DAC5;
}
.AnyTagClassName
{
color: #A2DAC5;
}
</style>
background-color css
<style>
a { background-color: #A2DAC5; }
a { background-color: rgb(162,218,197); }
div.DivClassName
{
background-color: #A2DAC5;
}
.BgClassName
{
background-color: #A2DAC5;
}
</style>
border-color css
<style>
span { border-color: #A2DAC5; }
span { border-color: rgb(162,218,197); }
td.TdClassName
{
border-color: #A2DAC5;
}
.TagClassName
{
border-color: #A2DAC5;
}
</style>