Shades of London Hue #C48ABA
Tints of London Hue #C48ABA
RGB
CMYK
RGB Variations
Color information
#C48ABA (or 0xC48ABA) is known color: London Hue. HEX triplet: C4, 8A and BA. RGB value is (196,138,186). Sum of RGB (Red+Green+Blue) = 196+138+186=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C48ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ABA is #3B7545. Grayscale: #A0A0A0. Windows color (decimal): -3896646 or 12225220. OLE color: 12225220.
HSL color Cylindrical-coordinate representation of color #C48ABA: hue angle of 310.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48ABA is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 186 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.23 |
| HSL | 310.34º | 0.33% | 0.65% | - |
| HSV(B) | 310.34º | 0.3% | 0.77% | - |
| XYZ | 40.72 | 33.46 | 50.77 | - |
| YUV | 160.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 186 | 0 | 0.30 | 0.05 | 0.23 | 310.34 | 0.33 | 0.65 |
| Hex | C4 | 8A | BA | 0 | 1E | 5 | 17 | 136 | 21 | 41 |
| Octal | 304 | 212 | 272 | 0 | 36 | 5 | 27 | 466 | 41 | 101 |
| Binary | 11000100 | 10001010 | 10111010 | 0 | 11110 | 101 | 10111 | 100110110 | 100001 | 1000001 |
Color Harmonies of #C48ABA
Complementary color
Monochromatic Colors of #C48ABA
Black with #C48ABA
Text Example
Text Example
White with #C48ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48ABA; }
p { color: rgb(196,138,186); }
H1.HeaderClassName
{
color: #C48ABA;
}
.AnyTagClassName
{
color: #C48ABA;
}
</style>
background-color css
<style>
a { background-color: #C48ABA; }
a { background-color: rgb(196,138,186); }
div.DivClassName
{
background-color: #C48ABA;
}
.BgClassName
{
background-color: #C48ABA;
}
</style>
border-color css
<style>
span { border-color: #C48ABA; }
span { border-color: rgb(196,138,186); }
td.TdClassName
{
border-color: #C48ABA;
}
.TagClassName
{
border-color: #C48ABA;
}
</style>