Shades of Melrose #C0AAF1
Tints of Melrose #C0AAF1
RGB
CMYK
RGB Variations
Color information
#C0AAF1 (or 0xC0AAF1) is known color: Melrose. HEX triplet: C0, AA and F1. RGB value is (192,170,241). Sum of RGB (Red+Green+Blue) = 192+170+241=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAF1 is #3F550E. Grayscale: #B8B8B8. Windows color (decimal): -4150543 or 15837888. OLE color: 15837888.
HSL color Cylindrical-coordinate representation of color #C0AAF1: hue angle of 258.59º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0AAF1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 170 | 241 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.05 |
| HSL | 258.59º | 0.72% | 0.81% | - |
| HSV(B) | 258.59º | 0.29% | 0.95% | - |
| XYZ | 51.99 | 46.31 | 89.42 | - |
| YUV | 184.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 241 | 0.20 | 0.29 | 0 | 0.05 | 258.59 | 0.72 | 0.81 |
| Hex | C0 | AA | F1 | 14 | 1D | 0 | 5 | 103 | 48 | 51 |
| Octal | 300 | 252 | 361 | 24 | 35 | 0 | 5 | 403 | 110 | 121 |
| Binary | 11000000 | 10101010 | 11110001 | 10100 | 11101 | 0 | 101 | 100000011 | 1001000 | 1010001 |
Color Harmonies of #C0AAF1
Complementary color
Monochromatic Colors of #C0AAF1
Black with #C0AAF1
Text Example
Text Example
White with #C0AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAF1; }
p { color: rgb(192,170,241); }
H1.HeaderClassName
{
color: #C0AAF1;
}
.AnyTagClassName
{
color: #C0AAF1;
}
</style>
background-color css
<style>
a { background-color: #C0AAF1; }
a { background-color: rgb(192,170,241); }
div.DivClassName
{
background-color: #C0AAF1;
}
.BgClassName
{
background-color: #C0AAF1;
}
</style>
border-color css
<style>
span { border-color: #C0AAF1; }
span { border-color: rgb(192,170,241); }
td.TdClassName
{
border-color: #C0AAF1;
}
.TagClassName
{
border-color: #C0AAF1;
}
</style>