Shades of Mauve #CAA1FF
Tints of Mauve #CAA1FF
RGB
CMYK
RGB Variations
Color information
#CAA1FF (or 0xCAA1FF) is known color: Mauve. HEX triplet: CA, A1 and FF. RGB value is (202,161,255). Sum of RGB (Red+Green+Blue) = 202+161+255=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1FF is #355E00. Grayscale: #B7B7B7. Windows color (decimal): -3497473 or 16753098. OLE color: 16753098.
HSL color Cylindrical-coordinate representation of color #CAA1FF: hue angle of 266.17º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA1FF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 161 | 255 | - |
| CMYK | 0.21 | 0.37 | 0 | 0 |
| HSL | 266.17º | 1% | 0.82% | - |
| HSV(B) | 266.17º | 0.37% | 1% | - |
| XYZ | 55.15 | 45.27 | 100.44 | - |
| YUV | 183.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 255 | 0.21 | 0.37 | 0 | 0 | 266.17 | 1 | 0.82 |
| Hex | CA | A1 | FF | 15 | 25 | 0 | 0 | 10A | 64 | 52 |
| Octal | 312 | 241 | 377 | 25 | 45 | 0 | 0 | 412 | 144 | 122 |
| Binary | 11001010 | 10100001 | 11111111 | 10101 | 100101 | 0 | 0 | 100001010 | 1100100 | 1010010 |
Color Harmonies of #CAA1FF
Complementary color
Monochromatic Colors of #CAA1FF
Black with #CAA1FF
Text Example
Text Example
White with #CAA1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA1FF; }
p { color: rgb(202,161,255); }
H1.HeaderClassName
{
color: #CAA1FF;
}
.AnyTagClassName
{
color: #CAA1FF;
}
</style>
background-color css
<style>
a { background-color: #CAA1FF; }
a { background-color: rgb(202,161,255); }
div.DivClassName
{
background-color: #CAA1FF;
}
.BgClassName
{
background-color: #CAA1FF;
}
</style>
border-color css
<style>
span { border-color: #CAA1FF; }
span { border-color: rgb(202,161,255); }
td.TdClassName
{
border-color: #CAA1FF;
}
.TagClassName
{
border-color: #CAA1FF;
}
</style>