Shades of Opal #A3CFC5
Tints of Opal #A3CFC5
RGB
CMYK
RGB Variations
Color information
#A3CFC5 (or 0xA3CFC5) is known color: Opal. HEX triplet: A3, CF and C5. RGB value is (163,207,197). Sum of RGB (Red+Green+Blue) = 163+207+197=567 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.75% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #A3CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CFC5 is #5C303A. Grayscale: #C0C0C0. Windows color (decimal): -6041659 or 12963747. OLE color: 12963747.
HSL color Cylindrical-coordinate representation of color #A3CFC5: hue angle of 166.36º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CFC5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 207 | 197 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.19 |
| HSL | 166.36º | 0.31% | 0.73% | - |
| HSV(B) | 166.36º | 0.21% | 0.81% | - |
| XYZ | 47.5 | 56.44 | 61.21 | - |
| YUV | 192.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 207 | 197 | 0.21 | 0 | 0.05 | 0.19 | 166.36 | 0.31 | 0.73 |
| Hex | A3 | CF | C5 | 15 | 0 | 5 | 13 | A6 | 1F | 49 |
| Octal | 243 | 317 | 305 | 25 | 0 | 5 | 23 | 246 | 37 | 111 |
| Binary | 10100011 | 11001111 | 11000101 | 10101 | 0 | 101 | 10011 | 10100110 | 11111 | 1001001 |
Color Harmonies of #A3CFC5
Complementary color
Monochromatic Colors of #A3CFC5
Black with #A3CFC5
Text Example
Text Example
White with #A3CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CFC5; }
p { color: rgb(163,207,197); }
H1.HeaderClassName
{
color: #A3CFC5;
}
.AnyTagClassName
{
color: #A3CFC5;
}
</style>
background-color css
<style>
a { background-color: #A3CFC5; }
a { background-color: rgb(163,207,197); }
div.DivClassName
{
background-color: #A3CFC5;
}
.BgClassName
{
background-color: #A3CFC5;
}
</style>
border-color css
<style>
span { border-color: #A3CFC5; }
span { border-color: rgb(163,207,197); }
td.TdClassName
{
border-color: #A3CFC5;
}
.TagClassName
{
border-color: #A3CFC5;
}
</style>