Shades of Mauve #CAA7FF
Tints of Mauve #CAA7FF
RGB
CMYK
RGB Variations
Color information
#CAA7FF (or 0xCAA7FF) is known color: Mauve. HEX triplet: CA, A7 and FF. RGB value is (202,167,255). Sum of RGB (Red+Green+Blue) = 202+167+255=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA7FF is #355800. Grayscale: #BBBBBB. Windows color (decimal): -3495937 or 16754634. OLE color: 16754634.
HSL color Cylindrical-coordinate representation of color #CAA7FF: hue angle of 263.86º 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 #CAA7FF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 167 | 255 | - |
| CMYK | 0.21 | 0.35 | 0 | 0 |
| HSL | 263.86º | 1% | 0.83% | - |
| HSV(B) | 263.86º | 0.35% | 1% | - |
| XYZ | 56.23 | 47.41 | 100.8 | - |
| YUV | 187.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 255 | 0.21 | 0.35 | 0 | 0 | 263.86 | 1 | 0.83 |
| Hex | CA | A7 | FF | 15 | 23 | 0 | 0 | 108 | 64 | 53 |
| Octal | 312 | 247 | 377 | 25 | 43 | 0 | 0 | 410 | 144 | 123 |
| Binary | 11001010 | 10100111 | 11111111 | 10101 | 100011 | 0 | 0 | 100001000 | 1100100 | 1010011 |
Color Harmonies of #CAA7FF
Complementary color
Monochromatic Colors of #CAA7FF
Black with #CAA7FF
Text Example
Text Example
White with #CAA7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7FF; }
p { color: rgb(202,167,255); }
H1.HeaderClassName
{
color: #CAA7FF;
}
.AnyTagClassName
{
color: #CAA7FF;
}
</style>
background-color css
<style>
a { background-color: #CAA7FF; }
a { background-color: rgb(202,167,255); }
div.DivClassName
{
background-color: #CAA7FF;
}
.BgClassName
{
background-color: #CAA7FF;
}
</style>
border-color css
<style>
span { border-color: #CAA7FF; }
span { border-color: rgb(202,167,255); }
td.TdClassName
{
border-color: #CAA7FF;
}
.TagClassName
{
border-color: #CAA7FF;
}
</style>