Shades of Mauve #CAAAF8
Tints of Mauve #CAAAF8
RGB
CMYK
RGB Variations
Color information
#CAAAF8 (or 0xCAAAF8) is known color: Mauve. HEX triplet: CA, AA and F8. RGB value is (202,170,248). Sum of RGB (Red+Green+Blue) = 202+170+248=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAAAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAF8 is #355507. Grayscale: #BCBCBC. Windows color (decimal): -3495176 or 16296650. OLE color: 16296650.
HSL color Cylindrical-coordinate representation of color #CAAAF8: hue angle of 264.62º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAAAF8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 170 | 248 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.03 |
| HSL | 264.62º | 0.85% | 0.82% | - |
| HSV(B) | 264.62º | 0.31% | 0.97% | - |
| XYZ | 55.68 | 48.08 | 95.15 | - |
| YUV | 188.46 | 161.6 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 248 | 0.19 | 0.31 | 0 | 0.03 | 264.62 | 0.85 | 0.82 |
| Hex | CA | AA | F8 | 13 | 1F | 0 | 3 | 109 | 55 | 52 |
| Octal | 312 | 252 | 370 | 23 | 37 | 0 | 3 | 411 | 125 | 122 |
| Binary | 11001010 | 10101010 | 11111000 | 10011 | 11111 | 0 | 11 | 100001001 | 1010101 | 1010010 |
Color Harmonies of #CAAAF8
Complementary color
Monochromatic Colors of #CAAAF8
Black with #CAAAF8
Text Example
Text Example
White with #CAAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAF8; }
p { color: rgb(202,170,248); }
H1.HeaderClassName
{
color: #CAAAF8;
}
.AnyTagClassName
{
color: #CAAAF8;
}
</style>
background-color css
<style>
a { background-color: #CAAAF8; }
a { background-color: rgb(202,170,248); }
div.DivClassName
{
background-color: #CAAAF8;
}
.BgClassName
{
background-color: #CAAAF8;
}
</style>
border-color css
<style>
span { border-color: #CAAAF8; }
span { border-color: rgb(202,170,248); }
td.TdClassName
{
border-color: #CAAAF8;
}
.TagClassName
{
border-color: #CAAAF8;
}
</style>