Shades of Melrose #C4ACF1
Tints of Melrose #C4ACF1
RGB
CMYK
RGB Variations
Color information
#C4ACF1 (or 0xC4ACF1) is known color: Melrose. HEX triplet: C4, AC and F1. RGB value is (196,172,241). Sum of RGB (Red+Green+Blue) = 196+172+241=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACF1 is #3B530E. Grayscale: #BABABA. Windows color (decimal): -3887887 or 15838404. OLE color: 15838404.
HSL color Cylindrical-coordinate representation of color #C4ACF1: hue angle of 260.87º degrees, saturation: 0.71, 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 #C4ACF1 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 172 | 241 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.05 |
| HSL | 260.87º | 0.71% | 0.81% | - |
| HSV(B) | 260.87º | 0.29% | 0.95% | - |
| XYZ | 53.39 | 47.59 | 89.59 | - |
| YUV | 187.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 241 | 0.19 | 0.29 | 0 | 0.05 | 260.87 | 0.71 | 0.81 |
| Hex | C4 | AC | F1 | 13 | 1D | 0 | 5 | 105 | 47 | 51 |
| Octal | 304 | 254 | 361 | 23 | 35 | 0 | 5 | 405 | 107 | 121 |
| Binary | 11000100 | 10101100 | 11110001 | 10011 | 11101 | 0 | 101 | 100000101 | 1000111 | 1010001 |
Color Harmonies of #C4ACF1
Complementary color
Monochromatic Colors of #C4ACF1
Black with #C4ACF1
Text Example
Text Example
White with #C4ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACF1; }
p { color: rgb(196,172,241); }
H1.HeaderClassName
{
color: #C4ACF1;
}
.AnyTagClassName
{
color: #C4ACF1;
}
</style>
background-color css
<style>
a { background-color: #C4ACF1; }
a { background-color: rgb(196,172,241); }
div.DivClassName
{
background-color: #C4ACF1;
}
.BgClassName
{
background-color: #C4ACF1;
}
</style>
border-color css
<style>
span { border-color: #C4ACF1; }
span { border-color: rgb(196,172,241); }
td.TdClassName
{
border-color: #C4ACF1;
}
.TagClassName
{
border-color: #C4ACF1;
}
</style>