Shades of Scandal #A1D8C5
Tints of Scandal #A1D8C5
RGB
CMYK
RGB Variations
Color information
#A1D8C5 (or 0xA1D8C5) is known color: Scandal. HEX triplet: A1, D8 and C5. RGB value is (161,216,197). Sum of RGB (Red+Green+Blue) = 161+216+197=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8C5 is #5E273A. Grayscale: #C5C5C5. Windows color (decimal): -6170427 or 12966049. OLE color: 12966049.
HSL color Cylindrical-coordinate representation of color #A1D8C5: hue angle of 159.27º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8C5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 197 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.15 |
| HSL | 159.27º | 0.41% | 0.74% | - |
| HSV(B) | 159.27º | 0.25% | 0.85% | - |
| XYZ | 49.33 | 60.72 | 61.94 | - |
| YUV | 197.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 197 | 0.25 | 0 | 0.09 | 0.15 | 159.27 | 0.41 | 0.74 |
| Hex | A1 | D8 | C5 | 19 | 0 | 9 | F | 9F | 29 | 4A |
| Octal | 241 | 330 | 305 | 31 | 0 | 11 | 17 | 237 | 51 | 112 |
| Binary | 10100001 | 11011000 | 11000101 | 11001 | 0 | 1001 | 1111 | 10011111 | 101001 | 1001010 |
Color Harmonies of #A1D8C5
Complementary color
Monochromatic Colors of #A1D8C5
Black with #A1D8C5
Text Example
Text Example
White with #A1D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8C5; }
p { color: rgb(161,216,197); }
H1.HeaderClassName
{
color: #A1D8C5;
}
.AnyTagClassName
{
color: #A1D8C5;
}
</style>
background-color css
<style>
a { background-color: #A1D8C5; }
a { background-color: rgb(161,216,197); }
div.DivClassName
{
background-color: #A1D8C5;
}
.BgClassName
{
background-color: #A1D8C5;
}
</style>
border-color css
<style>
span { border-color: #A1D8C5; }
span { border-color: rgb(161,216,197); }
td.TdClassName
{
border-color: #A1D8C5;
}
.TagClassName
{
border-color: #A1D8C5;
}
</style>