#CAA1F9

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

Shades of Mauve #CAA1F9

Tints of Mauve #CAA1F9

Color information

#CAA1F9 (or 0xCAA1F9) is unknown color: approx Mauve. HEX triplet: CA, A1 and F9. RGB value is (202,161,249). Sum of RGB (Red+Green+Blue) = 202+161+249=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 161 (63.28% from 255 or 26.31% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAA1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1F9 is #355E06. Grayscale: #B6B6B6. Windows color (decimal): -3497479 or 16359882. OLE color: 16359882.

HSL color Cylindrical-coordinate representation of color #CAA1F9: hue angle of 267.95º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAA1F9 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202161249-
CMYK0.190.3500.02
HSL267.95º88%80.39%-
HSV(B)267.95º35.34%97.65%-
XYZ54.244.8995.43-
YUV183.29165.08141.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 161 (63.28% from 255) = 26.31%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=33.01%
G=26.31%
B=40.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021612490.190.3500.02267.958880.39
HexCAA1F913230210c5850
Octal312241371234302414130120
Binary1100101010100001111110011001110001101010000110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1F9; }

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

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

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

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

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

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

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

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