Shades of London Hue #C47AB1
Tints of London Hue #C47AB1
RGB
CMYK
RGB Variations
Color information
#C47AB1 (or 0xC47AB1) is known color: London Hue. HEX triplet: C4, 7A and B1. RGB value is (196,122,177). Sum of RGB (Red+Green+Blue) = 196+122+177=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47AB1 is #3B854E. Grayscale: #969696. Windows color (decimal): -3900751 or 11631300. OLE color: 11631300.
HSL color Cylindrical-coordinate representation of color #C47AB1: hue angle of 315.41º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47AB1 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 177 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.23 |
| HSL | 315.41º | 0.39% | 0.62% | - |
| HSV(B) | 315.41º | 0.38% | 0.77% | - |
| XYZ | 37.66 | 28.83 | 45.17 | - |
| YUV | 150.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 177 | 0 | 0.38 | 0.10 | 0.23 | 315.41 | 0.39 | 0.62 |
| Hex | C4 | 7A | B1 | 0 | 26 | A | 17 | 13B | 27 | 3E |
| Octal | 304 | 172 | 261 | 0 | 46 | 12 | 27 | 473 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10110001 | 0 | 100110 | 1010 | 10111 | 100111011 | 100111 | 111110 |
Color Harmonies of #C47AB1
Complementary color
Monochromatic Colors of #C47AB1
Black with #C47AB1
Text Example
Text Example
White with #C47AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47AB1; }
p { color: rgb(196,122,177); }
H1.HeaderClassName
{
color: #C47AB1;
}
.AnyTagClassName
{
color: #C47AB1;
}
</style>
background-color css
<style>
a { background-color: #C47AB1; }
a { background-color: rgb(196,122,177); }
div.DivClassName
{
background-color: #C47AB1;
}
.BgClassName
{
background-color: #C47AB1;
}
</style>
border-color css
<style>
span { border-color: #C47AB1; }
span { border-color: rgb(196,122,177); }
td.TdClassName
{
border-color: #C47AB1;
}
.TagClassName
{
border-color: #C47AB1;
}
</style>