Shades of Melrose #C4ABF4
Tints of Melrose #C4ABF4
RGB
CMYK
RGB Variations
Color information
#C4ABF4 (or 0xC4ABF4) is known color: Melrose. HEX triplet: C4, AB and F4. RGB value is (196,171,244). Sum of RGB (Red+Green+Blue) = 196+171+244=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #C4ABF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ABF4 is #3B540B. Grayscale: #BABABA. Windows color (decimal): -3888140 or 16034756. OLE color: 16034756.
HSL color Cylindrical-coordinate representation of color #C4ABF4: hue angle of 260.55º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4ABF4 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 171 | 244 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.04 |
| HSL | 260.55º | 0.77% | 0.81% | - |
| HSV(B) | 260.55º | 0.3% | 0.96% | - |
| XYZ | 53.66 | 47.39 | 91.91 | - |
| YUV | 186.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 244 | 0.20 | 0.30 | 0 | 0.04 | 260.55 | 0.77 | 0.81 |
| Hex | C4 | AB | F4 | 14 | 1E | 0 | 4 | 105 | 4D | 51 |
| Octal | 304 | 253 | 364 | 24 | 36 | 0 | 4 | 405 | 115 | 121 |
| Binary | 11000100 | 10101011 | 11110100 | 10100 | 11110 | 0 | 100 | 100000101 | 1001101 | 1010001 |
Color Harmonies of #C4ABF4
Complementary color
Monochromatic Colors of #C4ABF4
Black with #C4ABF4
Text Example
Text Example
White with #C4ABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABF4; }
p { color: rgb(196,171,244); }
H1.HeaderClassName
{
color: #C4ABF4;
}
.AnyTagClassName
{
color: #C4ABF4;
}
</style>
background-color css
<style>
a { background-color: #C4ABF4; }
a { background-color: rgb(196,171,244); }
div.DivClassName
{
background-color: #C4ABF4;
}
.BgClassName
{
background-color: #C4ABF4;
}
</style>
border-color css
<style>
span { border-color: #C4ABF4; }
span { border-color: rgb(196,171,244); }
td.TdClassName
{
border-color: #C4ABF4;
}
.TagClassName
{
border-color: #C4ABF4;
}
</style>