Shades of Melrose #C1ABFF
Tints of Melrose #C1ABFF
RGB
CMYK
RGB Variations
Color information
#C1ABFF (or 0xC1ABFF) is known color: Melrose. HEX triplet: C1, AB and FF. RGB value is (193,171,255). Sum of RGB (Red+Green+Blue) = 193+171+255=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 171 (67.19% from 255 or 27.63% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABFF is #3E5400. Grayscale: #BABABA. Windows color (decimal): -4084737 or 16755649. OLE color: 16755649.
HSL color Cylindrical-coordinate representation of color #C1ABFF: hue angle of 255.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1ABFF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 171 | 255 | - |
| CMYK | 0.24 | 0.33 | 0 | 0 |
| HSL | 255.71º | 1% | 0.84% | - |
| HSV(B) | 255.71º | 0.33% | 1% | - |
| XYZ | 54.61 | 47.68 | 100.93 | - |
| YUV | 187.15 | 166.29 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 255 | 0.24 | 0.33 | 0 | 0 | 255.71 | 1 | 0.84 |
| Hex | C1 | AB | FF | 18 | 21 | 0 | 0 | 100 | 64 | 54 |
| Octal | 301 | 253 | 377 | 30 | 41 | 0 | 0 | 400 | 144 | 124 |
| Binary | 11000001 | 10101011 | 11111111 | 11000 | 100001 | 0 | 0 | 100000000 | 1100100 | 1010100 |
Color Harmonies of #C1ABFF
Complementary color
Monochromatic Colors of #C1ABFF
Black with #C1ABFF
Text Example
Text Example
White with #C1ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABFF; }
p { color: rgb(193,171,255); }
H1.HeaderClassName
{
color: #C1ABFF;
}
.AnyTagClassName
{
color: #C1ABFF;
}
</style>
background-color css
<style>
a { background-color: #C1ABFF; }
a { background-color: rgb(193,171,255); }
div.DivClassName
{
background-color: #C1ABFF;
}
.BgClassName
{
background-color: #C1ABFF;
}
</style>
border-color css
<style>
span { border-color: #C1ABFF; }
span { border-color: rgb(193,171,255); }
td.TdClassName
{
border-color: #C1ABFF;
}
.TagClassName
{
border-color: #C1ABFF;
}
</style>