Shades of Scandal #A1DFC9
Tints of Scandal #A1DFC9
RGB
CMYK
RGB Variations
Color information
#A1DFC9 (or 0xA1DFC9) is known color: Scandal. HEX triplet: A1, DF and C9. RGB value is (161,223,201). Sum of RGB (Red+Green+Blue) = 161+223+201=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFC9 is #5E2036. Grayscale: #C9C9C9. Windows color (decimal): -6168631 or 13229985. OLE color: 13229985.
HSL color Cylindrical-coordinate representation of color #A1DFC9: hue angle of 158.71º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFC9 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 201 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.13 |
| HSL | 158.71º | 0.49% | 0.75% | - |
| HSV(B) | 158.71º | 0.28% | 0.87% | - |
| XYZ | 51.63 | 64.57 | 65 | - |
| YUV | 201.95 | 127.46 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 201 | 0.28 | 0 | 0.10 | 0.13 | 158.71 | 0.49 | 0.75 |
| Hex | A1 | DF | C9 | 1C | 0 | A | D | 9F | 31 | 4B |
| Octal | 241 | 337 | 311 | 34 | 0 | 12 | 15 | 237 | 61 | 113 |
| Binary | 10100001 | 11011111 | 11001001 | 11100 | 0 | 1010 | 1101 | 10011111 | 110001 | 1001011 |
Color Harmonies of #A1DFC9
Complementary color
Monochromatic Colors of #A1DFC9
Black with #A1DFC9
Text Example
Text Example
White with #A1DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFC9; }
p { color: rgb(161,223,201); }
H1.HeaderClassName
{
color: #A1DFC9;
}
.AnyTagClassName
{
color: #A1DFC9;
}
</style>
background-color css
<style>
a { background-color: #A1DFC9; }
a { background-color: rgb(161,223,201); }
div.DivClassName
{
background-color: #A1DFC9;
}
.BgClassName
{
background-color: #A1DFC9;
}
</style>
border-color css
<style>
span { border-color: #A1DFC9; }
span { border-color: rgb(161,223,201); }
td.TdClassName
{
border-color: #A1DFC9;
}
.TagClassName
{
border-color: #A1DFC9;
}
</style>