Shades of Mauve #C4A6FF
Tints of Mauve #C4A6FF
RGB
CMYK
RGB Variations
Color information
#C4A6FF (or 0xC4A6FF) is known color: Mauve. HEX triplet: C4, A6 and FF. RGB value is (196,166,255). Sum of RGB (Red+Green+Blue) = 196+166+255=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A6FF is #3B5900. Grayscale: #B8B8B8. Windows color (decimal): -3889409 or 16754372. OLE color: 16754372.
HSL color Cylindrical-coordinate representation of color #C4A6FF: hue angle of 260.22º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4A6FF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 166 | 255 | - |
| CMYK | 0.23 | 0.35 | 0 | 0 |
| HSL | 260.22º | 1% | 0.83% | - |
| HSV(B) | 260.22º | 0.35% | 1% | - |
| XYZ | 54.45 | 46.23 | 100.66 | - |
| YUV | 185.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 166 | 255 | 0.23 | 0.35 | 0 | 0 | 260.22 | 1 | 0.83 |
| Hex | C4 | A6 | FF | 17 | 23 | 0 | 0 | 104 | 64 | 53 |
| Octal | 304 | 246 | 377 | 27 | 43 | 0 | 0 | 404 | 144 | 123 |
| Binary | 11000100 | 10100110 | 11111111 | 10111 | 100011 | 0 | 0 | 100000100 | 1100100 | 1010011 |
Color Harmonies of #C4A6FF
Complementary color
Monochromatic Colors of #C4A6FF
Black with #C4A6FF
Text Example
Text Example
White with #C4A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A6FF; }
p { color: rgb(196,166,255); }
H1.HeaderClassName
{
color: #C4A6FF;
}
.AnyTagClassName
{
color: #C4A6FF;
}
</style>
background-color css
<style>
a { background-color: #C4A6FF; }
a { background-color: rgb(196,166,255); }
div.DivClassName
{
background-color: #C4A6FF;
}
.BgClassName
{
background-color: #C4A6FF;
}
</style>
border-color css
<style>
span { border-color: #C4A6FF; }
span { border-color: rgb(196,166,255); }
td.TdClassName
{
border-color: #C4A6FF;
}
.TagClassName
{
border-color: #C4A6FF;
}
</style>