Shades of Melrose #C0AAF7
Tints of Melrose #C0AAF7
RGB
CMYK
RGB Variations
Color information
#C0AAF7 (or 0xC0AAF7) is known color: Melrose. HEX triplet: C0, AA and F7. RGB value is (192,170,247). Sum of RGB (Red+Green+Blue) = 192+170+247=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0AAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAF7 is #3F5508. Grayscale: #B9B9B9. Windows color (decimal): -4150537 or 16231104. OLE color: 16231104.
HSL color Cylindrical-coordinate representation of color #C0AAF7: hue angle of 257.14º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AAF7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 170 | 247 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.03 |
| HSL | 257.14º | 0.83% | 0.82% | - |
| HSV(B) | 257.14º | 0.31% | 0.97% | - |
| XYZ | 52.9 | 46.67 | 94.22 | - |
| YUV | 185.36 | 162.79 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 247 | 0.22 | 0.31 | 0 | 0.03 | 257.14 | 0.83 | 0.82 |
| Hex | C0 | AA | F7 | 16 | 1F | 0 | 3 | 101 | 53 | 52 |
| Octal | 300 | 252 | 367 | 26 | 37 | 0 | 3 | 401 | 123 | 122 |
| Binary | 11000000 | 10101010 | 11110111 | 10110 | 11111 | 0 | 11 | 100000001 | 1010011 | 1010010 |
Color Harmonies of #C0AAF7
Complementary color
Monochromatic Colors of #C0AAF7
Black with #C0AAF7
Text Example
Text Example
White with #C0AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAF7; }
p { color: rgb(192,170,247); }
H1.HeaderClassName
{
color: #C0AAF7;
}
.AnyTagClassName
{
color: #C0AAF7;
}
</style>
background-color css
<style>
a { background-color: #C0AAF7; }
a { background-color: rgb(192,170,247); }
div.DivClassName
{
background-color: #C0AAF7;
}
.BgClassName
{
background-color: #C0AAF7;
}
</style>
border-color css
<style>
span { border-color: #C0AAF7; }
span { border-color: rgb(192,170,247); }
td.TdClassName
{
border-color: #C0AAF7;
}
.TagClassName
{
border-color: #C0AAF7;
}
</style>