Shades of Mauve #CAA6F7
Tints of Mauve #CAA6F7
RGB
CMYK
RGB Variations
Color information
#CAA6F7 (or 0xCAA6F7) is known color: Mauve. HEX triplet: CA, A6 and F7. RGB value is (202,166,247). Sum of RGB (Red+Green+Blue) = 202+166+247=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6F7 is #355908. Grayscale: #B9B9B9. Windows color (decimal): -3496201 or 16230090. OLE color: 16230090.
HSL color Cylindrical-coordinate representation of color #CAA6F7: hue angle of 266.67º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAA6F7 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 166 | 247 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.03 |
| HSL | 266.67º | 0.84% | 0.81% | - |
| HSV(B) | 266.67º | 0.33% | 0.97% | - |
| XYZ | 54.78 | 46.54 | 94.09 | - |
| YUV | 186 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 247 | 0.18 | 0.33 | 0 | 0.03 | 266.67 | 0.84 | 0.81 |
| Hex | CA | A6 | F7 | 12 | 21 | 0 | 3 | 10B | 54 | 51 |
| Octal | 312 | 246 | 367 | 22 | 41 | 0 | 3 | 413 | 124 | 121 |
| Binary | 11001010 | 10100110 | 11110111 | 10010 | 100001 | 0 | 11 | 100001011 | 1010100 | 1010001 |
Color Harmonies of #CAA6F7
Complementary color
Monochromatic Colors of #CAA6F7
Black with #CAA6F7
Text Example
Text Example
White with #CAA6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6F7; }
p { color: rgb(202,166,247); }
H1.HeaderClassName
{
color: #CAA6F7;
}
.AnyTagClassName
{
color: #CAA6F7;
}
</style>
background-color css
<style>
a { background-color: #CAA6F7; }
a { background-color: rgb(202,166,247); }
div.DivClassName
{
background-color: #CAA6F7;
}
.BgClassName
{
background-color: #CAA6F7;
}
</style>
border-color css
<style>
span { border-color: #CAA6F7; }
span { border-color: rgb(202,166,247); }
td.TdClassName
{
border-color: #CAA6F7;
}
.TagClassName
{
border-color: #CAA6F7;
}
</style>