#CAA1FD

Color #CAA1FD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CAA1FD

Tints of Mauve #CAA1FD

Color information

#CAA1FD (or 0xCAA1FD) is unknown color: approx Mauve. HEX triplet: CA, A1 and FD. RGB value is (202,161,253). Sum of RGB (Red+Green+Blue) = 202+161+253=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1FD is #355E02. Grayscale: #B7B7B7. Windows color (decimal): -3497475 or 16622026. OLE color: 16622026.

HSL color Cylindrical-coordinate representation of color #CAA1FD: hue angle of 266.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA1FD is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202161253-
CMYK0.200.3600.01
HSL266.74º95.83%81.18%-
HSV(B)266.74º36.36%99.22%-
XYZ54.8345.1498.75-
YUV183.75167.08141.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 32.79%
GREEN value IS 161 (63.28% from 255) = 26.14%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=32.79%
G=26.14%
B=41.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021612530.200.3600.01266.7495.8381.18
HexCAA1FD14240110b6051
Octal312241375244401413140121
Binary110010101010000111111101101001001000110000101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1FD; }

 p { color: rgb(202,161,253); }

 H1.HeaderClassName
 {
   color: #CAA1FD;
 }
 .AnyTagClassName
 {
   color: #CAA1FD;
 }
</style>
background-color css

<style>
 a { background-color: #CAA1FD; }

 a { background-color: rgb(202,161,253); }

 div.DivClassName
 {
   background-color: #CAA1FD;
 }
 .BgClassName
 {
   background-color: #CAA1FD;
 }
</style>
border-color css

<style>
 span { border-color: #CAA1FD; }

 span { border-color: rgb(202,161,253); }

 td.TdClassName
 {
   border-color: #CAA1FD;
 }
 .TagClassName
 {
   border-color: #CAA1FD;
 }
</style>