Shades of London Hue #C27AAF
Tints of London Hue #C27AAF
RGB
CMYK
RGB Variations
Color information
#C27AAF (or 0xC27AAF) is known color: London Hue. HEX triplet: C2, 7A and AF. RGB value is (194,122,175). Sum of RGB (Red+Green+Blue) = 194+122+175=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AAF is #3D8550. Grayscale: #959595. Windows color (decimal): -4031825 or 11500226. OLE color: 11500226.
HSL color Cylindrical-coordinate representation of color #C27AAF: hue angle of 315.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AAF is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 175 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.24 |
| HSL | 315.83º | 0.37% | 0.62% | - |
| HSV(B) | 315.83º | 0.37% | 0.76% | - |
| XYZ | 36.95 | 28.48 | 44.11 | - |
| YUV | 149.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 175 | 0 | 0.37 | 0.10 | 0.24 | 315.83 | 0.37 | 0.62 |
| Hex | C2 | 7A | AF | 0 | 25 | A | 18 | 13C | 25 | 3E |
| Octal | 302 | 172 | 257 | 0 | 45 | 12 | 30 | 474 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10101111 | 0 | 100101 | 1010 | 11000 | 100111100 | 100101 | 111110 |
Color Harmonies of #C27AAF
Complementary color
Monochromatic Colors of #C27AAF
Black with #C27AAF
Text Example
Text Example
White with #C27AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AAF; }
p { color: rgb(194,122,175); }
H1.HeaderClassName
{
color: #C27AAF;
}
.AnyTagClassName
{
color: #C27AAF;
}
</style>
background-color css
<style>
a { background-color: #C27AAF; }
a { background-color: rgb(194,122,175); }
div.DivClassName
{
background-color: #C27AAF;
}
.BgClassName
{
background-color: #C27AAF;
}
</style>
border-color css
<style>
span { border-color: #C27AAF; }
span { border-color: rgb(194,122,175); }
td.TdClassName
{
border-color: #C27AAF;
}
.TagClassName
{
border-color: #C27AAF;
}
</style>