Shades of Mauve #CAABFF
Tints of Mauve #CAABFF
RGB
CMYK
RGB Variations
Color information
#CAABFF (or 0xCAABFF) is known color: Mauve. HEX triplet: CA, AB and FF. RGB value is (202,171,255). Sum of RGB (Red+Green+Blue) = 202+171+255=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAABFF is #355400. Grayscale: #BDBDBD. Windows color (decimal): -3494913 or 16755658. OLE color: 16755658.
HSL color Cylindrical-coordinate representation of color #CAABFF: hue angle of 262.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAABFF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 171 | 255 | - |
| CMYK | 0.21 | 0.33 | 0 | 0 |
| HSL | 262.14º | 1% | 0.84% | - |
| HSV(B) | 262.14º | 0.33% | 1% | - |
| XYZ | 56.97 | 48.9 | 101.04 | - |
| YUV | 189.85 | 164.77 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 255 | 0.21 | 0.33 | 0 | 0 | 262.14 | 1 | 0.84 |
| Hex | CA | AB | FF | 15 | 21 | 0 | 0 | 106 | 64 | 54 |
| Octal | 312 | 253 | 377 | 25 | 41 | 0 | 0 | 406 | 144 | 124 |
| Binary | 11001010 | 10101011 | 11111111 | 10101 | 100001 | 0 | 0 | 100000110 | 1100100 | 1010100 |
Color Harmonies of #CAABFF
Complementary color
Monochromatic Colors of #CAABFF
Black with #CAABFF
Text Example
Text Example
White with #CAABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABFF; }
p { color: rgb(202,171,255); }
H1.HeaderClassName
{
color: #CAABFF;
}
.AnyTagClassName
{
color: #CAABFF;
}
</style>
background-color css
<style>
a { background-color: #CAABFF; }
a { background-color: rgb(202,171,255); }
div.DivClassName
{
background-color: #CAABFF;
}
.BgClassName
{
background-color: #CAABFF;
}
</style>
border-color css
<style>
span { border-color: #CAABFF; }
span { border-color: rgb(202,171,255); }
td.TdClassName
{
border-color: #CAABFF;
}
.TagClassName
{
border-color: #CAABFF;
}
</style>