Shades of Opal #A1CDC3
Tints of Opal #A1CDC3
RGB
CMYK
RGB Variations
Color information
#A1CDC3 (or 0xA1CDC3) is known color: Opal. HEX triplet: A1, CD and C3. RGB value is (161,205,195). Sum of RGB (Red+Green+Blue) = 161+205+195=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CDC3 is #5E323C. Grayscale: #BEBEBE. Windows color (decimal): -6173245 or 12832161. OLE color: 12832161.
HSL color Cylindrical-coordinate representation of color #A1CDC3: hue angle of 166.36º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CDC3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 195 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.20 |
| HSL | 166.36º | 0.31% | 0.72% | - |
| HSV(B) | 166.36º | 0.21% | 0.8% | - |
| XYZ | 46.38 | 55.18 | 59.84 | - |
| YUV | 190.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 195 | 0.21 | 0 | 0.05 | 0.20 | 166.36 | 0.31 | 0.72 |
| Hex | A1 | CD | C3 | 15 | 0 | 5 | 14 | A6 | 1F | 48 |
| Octal | 241 | 315 | 303 | 25 | 0 | 5 | 24 | 246 | 37 | 110 |
| Binary | 10100001 | 11001101 | 11000011 | 10101 | 0 | 101 | 10100 | 10100110 | 11111 | 1001000 |
Color Harmonies of #A1CDC3
Complementary color
Monochromatic Colors of #A1CDC3
Black with #A1CDC3
Text Example
Text Example
White with #A1CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CDC3; }
p { color: rgb(161,205,195); }
H1.HeaderClassName
{
color: #A1CDC3;
}
.AnyTagClassName
{
color: #A1CDC3;
}
</style>
background-color css
<style>
a { background-color: #A1CDC3; }
a { background-color: rgb(161,205,195); }
div.DivClassName
{
background-color: #A1CDC3;
}
.BgClassName
{
background-color: #A1CDC3;
}
</style>
border-color css
<style>
span { border-color: #A1CDC3; }
span { border-color: rgb(161,205,195); }
td.TdClassName
{
border-color: #A1CDC3;
}
.TagClassName
{
border-color: #A1CDC3;
}
</style>