Shades of Melrose #C0AAF9
Tints of Melrose #C0AAF9
RGB
CMYK
RGB Variations
Color information
#C0AAF9 (or 0xC0AAF9) is known color: Melrose. HEX triplet: C0, AA and F9. RGB value is (192,170,249). Sum of RGB (Red+Green+Blue) = 192+170+249=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0AAF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAF9 is #3F5506. Grayscale: #B9B9B9. Windows color (decimal): -4150535 or 16362176. OLE color: 16362176.
HSL color Cylindrical-coordinate representation of color #C0AAF9: hue angle of 256.71º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0AAF9 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 170 | 249 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.02 |
| HSL | 256.71º | 0.87% | 0.82% | - |
| HSV(B) | 256.71º | 0.32% | 0.98% | - |
| XYZ | 53.21 | 46.8 | 95.85 | - |
| YUV | 185.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 249 | 0.23 | 0.32 | 0 | 0.02 | 256.71 | 0.87 | 0.82 |
| Hex | C0 | AA | F9 | 17 | 20 | 0 | 2 | 101 | 57 | 52 |
| Octal | 300 | 252 | 371 | 27 | 40 | 0 | 2 | 401 | 127 | 122 |
| Binary | 11000000 | 10101010 | 11111001 | 10111 | 100000 | 0 | 10 | 100000001 | 1010111 | 1010010 |
Color Harmonies of #C0AAF9
Complementary color
Monochromatic Colors of #C0AAF9
Black with #C0AAF9
Text Example
Text Example
White with #C0AAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAF9; }
p { color: rgb(192,170,249); }
H1.HeaderClassName
{
color: #C0AAF9;
}
.AnyTagClassName
{
color: #C0AAF9;
}
</style>
background-color css
<style>
a { background-color: #C0AAF9; }
a { background-color: rgb(192,170,249); }
div.DivClassName
{
background-color: #C0AAF9;
}
.BgClassName
{
background-color: #C0AAF9;
}
</style>
border-color css
<style>
span { border-color: #C0AAF9; }
span { border-color: rgb(192,170,249); }
td.TdClassName
{
border-color: #C0AAF9;
}
.TagClassName
{
border-color: #C0AAF9;
}
</style>