Shades of Mauve #CAAAFD
Tints of Mauve #CAAAFD
RGB
CMYK
RGB Variations
Color information
#CAAAFD (or 0xCAAAFD) is known color: Mauve. HEX triplet: CA, AA and FD. RGB value is (202,170,253). Sum of RGB (Red+Green+Blue) = 202+170+253=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAFD is #355502. Grayscale: #BCBCBC. Windows color (decimal): -3495171 or 16624330. OLE color: 16624330.
HSL color Cylindrical-coordinate representation of color #CAAAFD: hue angle of 263.13º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAAAFD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 170 | 253 | - |
CMYK | 0.20 | 0.33 | 0 | 0.01 |
HSL | 263.13º | 0.95% | 0.83% | - |
HSV(B) | 263.13º | 0.33% | 0.99% | - |
XYZ | 56.46 | 48.4 | 99.29 | - |
YUV | 189.03 | 164.1 | 137.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 170 | 253 | 0.20 | 0.33 | 0 | 0.01 | 263.13 | 0.95 | 0.83 |
Hex | CA | AA | FD | 14 | 21 | 0 | 1 | 107 | 5F | 53 |
Octal | 312 | 252 | 375 | 24 | 41 | 0 | 1 | 407 | 137 | 123 |
Binary | 11001010 | 10101010 | 11111101 | 10100 | 100001 | 0 | 1 | 100000111 | 1011111 | 1010011 |
Color Harmonies of #CAAAFD
Complementary color
Monochromatic Colors of #CAAAFD
Black with #CAAAFD
Text Example
Text Example
White with #CAAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAFD; }
p { color: rgb(202,170,253); }
H1.HeaderClassName
{
color: #CAAAFD;
}
.AnyTagClassName
{
color: #CAAAFD;
}
</style>
background-color css
<style>
a { background-color: #CAAAFD; }
a { background-color: rgb(202,170,253); }
div.DivClassName
{
background-color: #CAAAFD;
}
.BgClassName
{
background-color: #CAAAFD;
}
</style>
border-color css
<style>
span { border-color: #CAAAFD; }
span { border-color: rgb(202,170,253); }
td.TdClassName
{
border-color: #CAAAFD;
}
.TagClassName
{
border-color: #CAAAFD;
}
</style>