Shades of Melrose #C0ABFA
Tints of Melrose #C0ABFA
RGB
CMYK
RGB Variations
Color information
#C0ABFA (or 0xC0ABFA) is known color: Melrose. HEX triplet: C0, AB and FA. RGB value is (192,171,250). Sum of RGB (Red+Green+Blue) = 192+171+250=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABFA is #3F5405. Grayscale: #B9B9B9. Windows color (decimal): -4150278 or 16427968. OLE color: 16427968.
HSL color Cylindrical-coordinate representation of color #C0ABFA: hue angle of 255.95º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0ABFA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 171 | 250 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.02 |
| HSL | 255.95º | 0.89% | 0.83% | - |
| HSV(B) | 255.95º | 0.32% | 0.98% | - |
| XYZ | 53.56 | 47.23 | 96.74 | - |
| YUV | 186.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 250 | 0.23 | 0.32 | 0 | 0.02 | 255.95 | 0.89 | 0.83 |
| Hex | C0 | AB | FA | 17 | 20 | 0 | 2 | 100 | 59 | 53 |
| Octal | 300 | 253 | 372 | 27 | 40 | 0 | 2 | 400 | 131 | 123 |
| Binary | 11000000 | 10101011 | 11111010 | 10111 | 100000 | 0 | 10 | 100000000 | 1011001 | 1010011 |
Color Harmonies of #C0ABFA
Complementary color
Monochromatic Colors of #C0ABFA
Black with #C0ABFA
Text Example
Text Example
White with #C0ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABFA; }
p { color: rgb(192,171,250); }
H1.HeaderClassName
{
color: #C0ABFA;
}
.AnyTagClassName
{
color: #C0ABFA;
}
</style>
background-color css
<style>
a { background-color: #C0ABFA; }
a { background-color: rgb(192,171,250); }
div.DivClassName
{
background-color: #C0ABFA;
}
.BgClassName
{
background-color: #C0ABFA;
}
</style>
border-color css
<style>
span { border-color: #C0ABFA; }
span { border-color: rgb(192,171,250); }
td.TdClassName
{
border-color: #C0ABFA;
}
.TagClassName
{
border-color: #C0ABFA;
}
</style>