Shades of Melrose #C5ABFA
Tints of Melrose #C5ABFA
RGB
CMYK
RGB Variations
Color information
#C5ABFA (or 0xC5ABFA) is known color: Melrose. HEX triplet: C5, AB and FA. RGB value is (197,171,250). Sum of RGB (Red+Green+Blue) = 197+171+250=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ABFA is #3A5405. Grayscale: #BBBBBB. Windows color (decimal): -3822598 or 16427973. OLE color: 16427973.
HSL color Cylindrical-coordinate representation of color #C5ABFA: hue angle of 259.75º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5ABFA is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 171 | 250 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.02 |
| HSL | 259.75º | 0.89% | 0.83% | - |
| HSV(B) | 259.75º | 0.32% | 0.98% | - |
| XYZ | 54.84 | 47.9 | 96.8 | - |
| YUV | 187.78 | 163.11 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 250 | 0.21 | 0.32 | 0 | 0.02 | 259.75 | 0.89 | 0.83 |
| Hex | C5 | AB | FA | 15 | 20 | 0 | 2 | 104 | 59 | 53 |
| Octal | 305 | 253 | 372 | 25 | 40 | 0 | 2 | 404 | 131 | 123 |
| Binary | 11000101 | 10101011 | 11111010 | 10101 | 100000 | 0 | 10 | 100000100 | 1011001 | 1010011 |
Color Harmonies of #C5ABFA
Complementary color
Monochromatic Colors of #C5ABFA
Black with #C5ABFA
Text Example
Text Example
White with #C5ABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABFA; }
p { color: rgb(197,171,250); }
H1.HeaderClassName
{
color: #C5ABFA;
}
.AnyTagClassName
{
color: #C5ABFA;
}
</style>
background-color css
<style>
a { background-color: #C5ABFA; }
a { background-color: rgb(197,171,250); }
div.DivClassName
{
background-color: #C5ABFA;
}
.BgClassName
{
background-color: #C5ABFA;
}
</style>
border-color css
<style>
span { border-color: #C5ABFA; }
span { border-color: rgb(197,171,250); }
td.TdClassName
{
border-color: #C5ABFA;
}
.TagClassName
{
border-color: #C5ABFA;
}
</style>