Shades of Melrose #C0AAFF
Tints of Melrose #C0AAFF
RGB
CMYK
RGB Variations
Color information
#C0AAFF (or 0xC0AAFF) is known color: Melrose. HEX triplet: C0, AA and FF. RGB value is (192,170,255). Sum of RGB (Red+Green+Blue) = 192+170+255=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAFF is #3F5500. Grayscale: #B9B9B9. Windows color (decimal): -4150529 or 16755392. OLE color: 16755392.
HSL color Cylindrical-coordinate representation of color #C0AAFF: hue angle of 255.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0AAFF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 170 | 255 | - |
| CMYK | 0.25 | 0.33 | 0 | 0 |
| HSL | 255.53º | 1% | 0.83% | - |
| HSV(B) | 255.53º | 0.33% | 1% | - |
| XYZ | 54.16 | 47.18 | 100.86 | - |
| YUV | 186.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 255 | 0.25 | 0.33 | 0 | 0 | 255.53 | 1 | 0.83 |
| Hex | C0 | AA | FF | 19 | 21 | 0 | 0 | 100 | 64 | 53 |
| Octal | 300 | 252 | 377 | 31 | 41 | 0 | 0 | 400 | 144 | 123 |
| Binary | 11000000 | 10101010 | 11111111 | 11001 | 100001 | 0 | 0 | 100000000 | 1100100 | 1010011 |
Color Harmonies of #C0AAFF
Complementary color
Monochromatic Colors of #C0AAFF
Black with #C0AAFF
Text Example
Text Example
White with #C0AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAFF; }
p { color: rgb(192,170,255); }
H1.HeaderClassName
{
color: #C0AAFF;
}
.AnyTagClassName
{
color: #C0AAFF;
}
</style>
background-color css
<style>
a { background-color: #C0AAFF; }
a { background-color: rgb(192,170,255); }
div.DivClassName
{
background-color: #C0AAFF;
}
.BgClassName
{
background-color: #C0AAFF;
}
</style>
border-color css
<style>
span { border-color: #C0AAFF; }
span { border-color: rgb(192,170,255); }
td.TdClassName
{
border-color: #C0AAFF;
}
.TagClassName
{
border-color: #C0AAFF;
}
</style>