#CAA1FE

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

Shades of Mauve #CAA1FE

Tints of Mauve #CAA1FE

Color information

#CAA1FE (or 0xCAA1FE) is unknown color: approx Mauve. HEX triplet: CA, A1 and FE. RGB value is (202,161,254). Sum of RGB (Red+Green+Blue) = 202+161+254=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA1FE is #355E01. Grayscale: #B7B7B7. Windows color (decimal): -3497474 or 16687562. OLE color: 16687562.

HSL color Cylindrical-coordinate representation of color #CAA1FE: hue angle of 266.45º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAA1FE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202161254-
CMYK0.200.3700.00
HSL266.45º97.89%81.37%-
HSV(B)266.45º36.61%99.61%-
XYZ54.9945.299.59-
YUV183.86167.58140.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 161 (63.28% from 255) = 26.09%
BLUE value IS 254 (99.61% from 255) = 41.17%
R=32.74%
G=26.09%
B=41.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021612540.200.3700.00266.4597.8981.37
HexCAA1FE14250010a6251
Octal312241376244500412142121
Binary110010101010000111111110101001001010010000101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA1FE; }

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

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

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

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

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

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

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

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