Shades of Scandal #A1D7C5
Tints of Scandal #A1D7C5
RGB
CMYK
RGB Variations
Color information
#A1D7C5 (or 0xA1D7C5) is known color: Scandal. HEX triplet: A1, D7 and C5. RGB value is (161,215,197). Sum of RGB (Red+Green+Blue) = 161+215+197=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7C5 is #5E283A. Grayscale: #C4C4C4. Windows color (decimal): -6170683 or 12965793. OLE color: 12965793.
HSL color Cylindrical-coordinate representation of color #A1D7C5: hue angle of 160º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D7C5 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 197 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.16 |
| HSL | 160º | 0.4% | 0.74% | - |
| HSV(B) | 160º | 0.25% | 0.84% | - |
| XYZ | 49.08 | 60.21 | 61.86 | - |
| YUV | 196.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 197 | 0.25 | 0 | 0.08 | 0.16 | 160 | 0.4 | 0.74 |
| Hex | A1 | D7 | C5 | 19 | 0 | 8 | 10 | A0 | 28 | 4A |
| Octal | 241 | 327 | 305 | 31 | 0 | 10 | 20 | 240 | 50 | 112 |
| Binary | 10100001 | 11010111 | 11000101 | 11001 | 0 | 1000 | 10000 | 10100000 | 101000 | 1001010 |
Color Harmonies of #A1D7C5
Complementary color
Monochromatic Colors of #A1D7C5
Black with #A1D7C5
Text Example
Text Example
White with #A1D7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D7C5; }
p { color: rgb(161,215,197); }
H1.HeaderClassName
{
color: #A1D7C5;
}
.AnyTagClassName
{
color: #A1D7C5;
}
</style>
background-color css
<style>
a { background-color: #A1D7C5; }
a { background-color: rgb(161,215,197); }
div.DivClassName
{
background-color: #A1D7C5;
}
.BgClassName
{
background-color: #A1D7C5;
}
</style>
border-color css
<style>
span { border-color: #A1D7C5; }
span { border-color: rgb(161,215,197); }
td.TdClassName
{
border-color: #A1D7C5;
}
.TagClassName
{
border-color: #A1D7C5;
}
</style>