Shades of Melrose #C3AAF3
Tints of Melrose #C3AAF3
RGB
CMYK
RGB Variations
Color information
#C3AAF3 (or 0xC3AAF3) is known color: Melrose. HEX triplet: C3, AA and F3. RGB value is (195,170,243). Sum of RGB (Red+Green+Blue) = 195+170+243=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3AAF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3AAF3 is #3C550C. Grayscale: #B9B9B9. Windows color (decimal): -3953933 or 15968963. OLE color: 15968963.
HSL color Cylindrical-coordinate representation of color #C3AAF3: hue angle of 260.55º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3AAF3 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 170 | 243 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.05 |
| HSL | 260.55º | 0.75% | 0.81% | - |
| HSV(B) | 260.55º | 0.3% | 0.95% | - |
| XYZ | 53.06 | 46.82 | 91.04 | - |
| YUV | 185.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 243 | 0.20 | 0.30 | 0 | 0.05 | 260.55 | 0.75 | 0.81 |
| Hex | C3 | AA | F3 | 14 | 1E | 0 | 5 | 105 | 4B | 51 |
| Octal | 303 | 252 | 363 | 24 | 36 | 0 | 5 | 405 | 113 | 121 |
| Binary | 11000011 | 10101010 | 11110011 | 10100 | 11110 | 0 | 101 | 100000101 | 1001011 | 1010001 |
Color Harmonies of #C3AAF3
Complementary color
Monochromatic Colors of #C3AAF3
Black with #C3AAF3
Text Example
Text Example
White with #C3AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAF3; }
p { color: rgb(195,170,243); }
H1.HeaderClassName
{
color: #C3AAF3;
}
.AnyTagClassName
{
color: #C3AAF3;
}
</style>
background-color css
<style>
a { background-color: #C3AAF3; }
a { background-color: rgb(195,170,243); }
div.DivClassName
{
background-color: #C3AAF3;
}
.BgClassName
{
background-color: #C3AAF3;
}
</style>
border-color css
<style>
span { border-color: #C3AAF3; }
span { border-color: rgb(195,170,243); }
td.TdClassName
{
border-color: #C3AAF3;
}
.TagClassName
{
border-color: #C3AAF3;
}
</style>