Shades of Mauve #CAA6FF
Tints of Mauve #CAA6FF
RGB
CMYK
RGB Variations
Color information
#CAA6FF (or 0xCAA6FF) is known color: Mauve. HEX triplet: CA, A6 and FF. RGB value is (202,166,255). Sum of RGB (Red+Green+Blue) = 202+166+255=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6FF is #355900. Grayscale: #BABABA. Windows color (decimal): -3496193 or 16754378. OLE color: 16754378.
HSL color Cylindrical-coordinate representation of color #CAA6FF: hue angle of 264.27º 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 #CAA6FF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 166 | 255 | - |
| CMYK | 0.21 | 0.35 | 0 | 0 |
| HSL | 264.27º | 1% | 0.83% | - |
| HSV(B) | 264.27º | 0.35% | 1% | - |
| XYZ | 56.04 | 47.05 | 100.74 | - |
| YUV | 186.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 255 | 0.21 | 0.35 | 0 | 0 | 264.27 | 1 | 0.83 |
| Hex | CA | A6 | FF | 15 | 23 | 0 | 0 | 108 | 64 | 53 |
| Octal | 312 | 246 | 377 | 25 | 43 | 0 | 0 | 410 | 144 | 123 |
| Binary | 11001010 | 10100110 | 11111111 | 10101 | 100011 | 0 | 0 | 100001000 | 1100100 | 1010011 |
Color Harmonies of #CAA6FF
Complementary color
Monochromatic Colors of #CAA6FF
Black with #CAA6FF
Text Example
Text Example
White with #CAA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA6FF; }
p { color: rgb(202,166,255); }
H1.HeaderClassName
{
color: #CAA6FF;
}
.AnyTagClassName
{
color: #CAA6FF;
}
</style>
background-color css
<style>
a { background-color: #CAA6FF; }
a { background-color: rgb(202,166,255); }
div.DivClassName
{
background-color: #CAA6FF;
}
.BgClassName
{
background-color: #CAA6FF;
}
</style>
border-color css
<style>
span { border-color: #CAA6FF; }
span { border-color: rgb(202,166,255); }
td.TdClassName
{
border-color: #CAA6FF;
}
.TagClassName
{
border-color: #CAA6FF;
}
</style>