Shades of Opal #A1CFC3
Tints of Opal #A1CFC3
RGB
CMYK
RGB Variations
Color information
#A1CFC3 (or 0xA1CFC3) is known color: Opal. HEX triplet: A1, CF and C3. RGB value is (161,207,195). Sum of RGB (Red+Green+Blue) = 161+207+195=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CFC3 is #5E303C. Grayscale: #BFBFBF. Windows color (decimal): -6172733 or 12832673. OLE color: 12832673.
HSL color Cylindrical-coordinate representation of color #A1CFC3: hue angle of 164.35º 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 #A1CFC3 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 195 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.19 |
| HSL | 164.35º | 0.32% | 0.72% | - |
| HSV(B) | 164.35º | 0.22% | 0.81% | - |
| XYZ | 46.86 | 56.14 | 60 | - |
| YUV | 191.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 195 | 0.22 | 0 | 0.06 | 0.19 | 164.35 | 0.32 | 0.72 |
| Hex | A1 | CF | C3 | 16 | 0 | 6 | 13 | A4 | 20 | 48 |
| Octal | 241 | 317 | 303 | 26 | 0 | 6 | 23 | 244 | 40 | 110 |
| Binary | 10100001 | 11001111 | 11000011 | 10110 | 0 | 110 | 10011 | 10100100 | 100000 | 1001000 |
Color Harmonies of #A1CFC3
Complementary color
Monochromatic Colors of #A1CFC3
Black with #A1CFC3
Text Example
Text Example
White with #A1CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CFC3; }
p { color: rgb(161,207,195); }
H1.HeaderClassName
{
color: #A1CFC3;
}
.AnyTagClassName
{
color: #A1CFC3;
}
</style>
background-color css
<style>
a { background-color: #A1CFC3; }
a { background-color: rgb(161,207,195); }
div.DivClassName
{
background-color: #A1CFC3;
}
.BgClassName
{
background-color: #A1CFC3;
}
</style>
border-color css
<style>
span { border-color: #A1CFC3; }
span { border-color: rgb(161,207,195); }
td.TdClassName
{
border-color: #A1CFC3;
}
.TagClassName
{
border-color: #A1CFC3;
}
</style>