#CAA0FA

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

Shades of Mauve #CAA0FA

Tints of Mauve #CAA0FA

Color information

#CAA0FA (or 0xCAA0FA) is unknown color: approx Mauve. HEX triplet: CA, A0 and FA. RGB value is (202,160,250). Sum of RGB (Red+Green+Blue) = 202+160+250=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA0FA is #355F05. Grayscale: #B6B6B6. Windows color (decimal): -3497734 or 16425162. OLE color: 16425162.

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

Color convert

RGB202160250-
CMYK0.190.3600.02
HSL268º90%80.39%-
HSV(B)268º36%98.04%-
XYZ54.1844.696.2-
YUV182.82165.91141.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=33.01%
G=26.14%
B=40.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021602500.190.3600.022689080.39
HexCAA0FA13240210c5a50
Octal312240372234402414132120
Binary1100101010100000111110101001110010001010000110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0FA; }

 p { color: rgb(202,160,250); }

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

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

 a { background-color: rgb(202,160,250); }

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

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

 span { border-color: rgb(202,160,250); }

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