Shades of Opal #A1D2C3
Tints of Opal #A1D2C3
RGB
CMYK
RGB Variations
Color information
#A1D2C3 (or 0xA1D2C3) is known color: Opal. HEX triplet: A1, D2 and C3. RGB value is (161,210,195). Sum of RGB (Red+Green+Blue) = 161+210+195=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2C3 is #5E2D3C. Grayscale: #C1C1C1. Windows color (decimal): -6171965 or 12833441. OLE color: 12833441.
HSL color Cylindrical-coordinate representation of color #A1D2C3: hue angle of 161.63º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2C3 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 195 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.18 |
| HSL | 161.63º | 0.35% | 0.73% | - |
| HSV(B) | 161.63º | 0.23% | 0.82% | - |
| XYZ | 47.59 | 57.61 | 60.24 | - |
| YUV | 193.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 195 | 0.23 | 0 | 0.07 | 0.18 | 161.63 | 0.35 | 0.73 |
| Hex | A1 | D2 | C3 | 17 | 0 | 7 | 12 | A2 | 23 | 49 |
| Octal | 241 | 322 | 303 | 27 | 0 | 7 | 22 | 242 | 43 | 111 |
| Binary | 10100001 | 11010010 | 11000011 | 10111 | 0 | 111 | 10010 | 10100010 | 100011 | 1001001 |
Color Harmonies of #A1D2C3
Complementary color
Monochromatic Colors of #A1D2C3
Black with #A1D2C3
Text Example
Text Example
White with #A1D2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D2C3; }
p { color: rgb(161,210,195); }
H1.HeaderClassName
{
color: #A1D2C3;
}
.AnyTagClassName
{
color: #A1D2C3;
}
</style>
background-color css
<style>
a { background-color: #A1D2C3; }
a { background-color: rgb(161,210,195); }
div.DivClassName
{
background-color: #A1D2C3;
}
.BgClassName
{
background-color: #A1D2C3;
}
</style>
border-color css
<style>
span { border-color: #A1D2C3; }
span { border-color: rgb(161,210,195); }
td.TdClassName
{
border-color: #A1D2C3;
}
.TagClassName
{
border-color: #A1D2C3;
}
</style>