Shades of Opal #A1CFC1
Tints of Opal #A1CFC1
RGB
CMYK
RGB Variations
Color information
#A1CFC1 (or 0xA1CFC1) is known color: Opal. HEX triplet: A1, CF and C1. RGB value is (161,207,193). Sum of RGB (Red+Green+Blue) = 161+207+193=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFC1 is #5E303E. Grayscale: #BFBFBF. Windows color (decimal): -6172735 or 12701601. OLE color: 12701601.
HSL color Cylindrical-coordinate representation of color #A1CFC1: hue angle of 161.74º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFC1 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 193 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.19 |
| HSL | 161.74º | 0.32% | 0.72% | - |
| HSV(B) | 161.74º | 0.22% | 0.81% | - |
| XYZ | 46.64 | 56.05 | 58.81 | - |
| YUV | 191.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 193 | 0.22 | 0 | 0.07 | 0.19 | 161.74 | 0.32 | 0.72 |
| Hex | A1 | CF | C1 | 16 | 0 | 7 | 13 | A2 | 20 | 48 |
| Octal | 241 | 317 | 301 | 26 | 0 | 7 | 23 | 242 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11000001 | 10110 | 0 | 111 | 10011 | 10100010 | 100000 | 1001000 |
Color Harmonies of #A1CFC1
Complementary color
Monochromatic Colors of #A1CFC1
Black with #A1CFC1
Text Example
Text Example
White with #A1CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFC1; }
p { color: rgb(161,207,193); }
H1.HeaderClassName
{
color: #A1CFC1;
}
.AnyTagClassName
{
color: #A1CFC1;
}
</style>
background-color css
<style>
a { background-color: #A1CFC1; }
a { background-color: rgb(161,207,193); }
div.DivClassName
{
background-color: #A1CFC1;
}
.BgClassName
{
background-color: #A1CFC1;
}
</style>
border-color css
<style>
span { border-color: #A1CFC1; }
span { border-color: rgb(161,207,193); }
td.TdClassName
{
border-color: #A1CFC1;
}
.TagClassName
{
border-color: #A1CFC1;
}
</style>