Shades of Opal #A5CFC1
Tints of Opal #A5CFC1
RGB
CMYK
RGB Variations
Color information
#A5CFC1 (or 0xA5CFC1) is known color: Opal. HEX triplet: A5, CF and C1. RGB value is (165,207,193). Sum of RGB (Red+Green+Blue) = 165+207+193=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CFC1 is #5A303E. Grayscale: #C0C0C0. Windows color (decimal): -5910591 or 12701605. OLE color: 12701605.
HSL color Cylindrical-coordinate representation of color #A5CFC1: hue angle of 160º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CFC1 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 193 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.19 |
| HSL | 160º | 0.3% | 0.73% | - |
| HSV(B) | 160º | 0.2% | 0.81% | - |
| XYZ | 47.46 | 56.48 | 58.85 | - |
| YUV | 192.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 193 | 0.20 | 0 | 0.07 | 0.19 | 160 | 0.3 | 0.73 |
| Hex | A5 | CF | C1 | 14 | 0 | 7 | 13 | A0 | 1E | 49 |
| Octal | 245 | 317 | 301 | 24 | 0 | 7 | 23 | 240 | 36 | 111 |
| Binary | 10100101 | 11001111 | 11000001 | 10100 | 0 | 111 | 10011 | 10100000 | 11110 | 1001001 |
Color Harmonies of #A5CFC1
Complementary color
Monochromatic Colors of #A5CFC1
Black with #A5CFC1
Text Example
Text Example
White with #A5CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFC1; }
p { color: rgb(165,207,193); }
H1.HeaderClassName
{
color: #A5CFC1;
}
.AnyTagClassName
{
color: #A5CFC1;
}
</style>
background-color css
<style>
a { background-color: #A5CFC1; }
a { background-color: rgb(165,207,193); }
div.DivClassName
{
background-color: #A5CFC1;
}
.BgClassName
{
background-color: #A5CFC1;
}
</style>
border-color css
<style>
span { border-color: #A5CFC1; }
span { border-color: rgb(165,207,193); }
td.TdClassName
{
border-color: #A5CFC1;
}
.TagClassName
{
border-color: #A5CFC1;
}
</style>