Shades of Mauve #C5AAFF
Tints of Mauve #C5AAFF
RGB
CMYK
RGB Variations
Color information
#C5AAFF (or 0xC5AAFF) is known color: Mauve. HEX triplet: C5, AA and FF. RGB value is (197,170,255). Sum of RGB (Red+Green+Blue) = 197+170+255=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAFF is #3A5500. Grayscale: #BBBBBB. Windows color (decimal): -3822849 or 16755397. OLE color: 16755397.
HSL color Cylindrical-coordinate representation of color #C5AAFF: hue angle of 259.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5AAFF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 170 | 255 | - |
| CMYK | 0.23 | 0.33 | 0 | 0 |
| HSL | 259.06º | 1% | 0.83% | - |
| HSV(B) | 259.06º | 0.33% | 1% | - |
| XYZ | 55.45 | 47.84 | 100.92 | - |
| YUV | 187.76 | 165.95 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 255 | 0.23 | 0.33 | 0 | 0 | 259.06 | 1 | 0.83 |
| Hex | C5 | AA | FF | 17 | 21 | 0 | 0 | 103 | 64 | 53 |
| Octal | 305 | 252 | 377 | 27 | 41 | 0 | 0 | 403 | 144 | 123 |
| Binary | 11000101 | 10101010 | 11111111 | 10111 | 100001 | 0 | 0 | 100000011 | 1100100 | 1010011 |
Color Harmonies of #C5AAFF
Complementary color
Monochromatic Colors of #C5AAFF
Black with #C5AAFF
Text Example
Text Example
White with #C5AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAFF; }
p { color: rgb(197,170,255); }
H1.HeaderClassName
{
color: #C5AAFF;
}
.AnyTagClassName
{
color: #C5AAFF;
}
</style>
background-color css
<style>
a { background-color: #C5AAFF; }
a { background-color: rgb(197,170,255); }
div.DivClassName
{
background-color: #C5AAFF;
}
.BgClassName
{
background-color: #C5AAFF;
}
</style>
border-color css
<style>
span { border-color: #C5AAFF; }
span { border-color: rgb(197,170,255); }
td.TdClassName
{
border-color: #C5AAFF;
}
.TagClassName
{
border-color: #C5AAFF;
}
</style>