Shades of Melrose #C5AFF4
Tints of Melrose #C5AFF4
RGB
CMYK
RGB Variations
Color information
#C5AFF4 (or 0xC5AFF4) is known color: Melrose. HEX triplet: C5, AF and F4. RGB value is (197,175,244). Sum of RGB (Red+Green+Blue) = 197+175+244=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 244 (95.70% from 255 or 39.61% from 616); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5AFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFF4 is #3A500B. Grayscale: #BDBDBD. Windows color (decimal): -3821580 or 16035781. OLE color: 16035781.
HSL color Cylindrical-coordinate representation of color #C5AFF4: hue angle of 259.13º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AFF4 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 175 | 244 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.04 |
| HSL | 259.13º | 0.76% | 0.82% | - |
| HSV(B) | 259.13º | 0.28% | 0.96% | - |
| XYZ | 54.69 | 49.06 | 92.18 | - |
| YUV | 189.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 244 | 0.19 | 0.28 | 0 | 0.04 | 259.13 | 0.76 | 0.82 |
| Hex | C5 | AF | F4 | 13 | 1C | 0 | 4 | 103 | 4C | 52 |
| Octal | 305 | 257 | 364 | 23 | 34 | 0 | 4 | 403 | 114 | 122 |
| Binary | 11000101 | 10101111 | 11110100 | 10011 | 11100 | 0 | 100 | 100000011 | 1001100 | 1010010 |
Color Harmonies of #C5AFF4
Complementary color
Monochromatic Colors of #C5AFF4
Black with #C5AFF4
Text Example
Text Example
White with #C5AFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFF4; }
p { color: rgb(197,175,244); }
H1.HeaderClassName
{
color: #C5AFF4;
}
.AnyTagClassName
{
color: #C5AFF4;
}
</style>
background-color css
<style>
a { background-color: #C5AFF4; }
a { background-color: rgb(197,175,244); }
div.DivClassName
{
background-color: #C5AFF4;
}
.BgClassName
{
background-color: #C5AFF4;
}
</style>
border-color css
<style>
span { border-color: #C5AFF4; }
span { border-color: rgb(197,175,244); }
td.TdClassName
{
border-color: #C5AFF4;
}
.TagClassName
{
border-color: #C5AFF4;
}
</style>