#CA9FFA

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

Shades of Mauve #CA9FFA

Tints of Mauve #CA9FFA

Color information

#CA9FFA (or 0xCA9FFA) is unknown color: approx Mauve. HEX triplet: CA, 9F and FA. RGB value is (202,159,250). Sum of RGB (Red+Green+Blue) = 202+159+250=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FFA is #356005. Grayscale: #B5B5B5. Windows color (decimal): -3497990 or 16424906. OLE color: 16424906.

HSL color Cylindrical-coordinate representation of color #CA9FFA: hue angle of 268.35º 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 #CA9FFA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202159250-
CMYK0.190.3600.02
HSL268.35º90.1%80.2%-
HSV(B)268.35º36.4%98.04%-
XYZ54.0144.2596.14-
YUV182.23166.25142.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=33.06%
G=26.02%
B=40.92%

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
Decimal2021592500.190.3600.02268.3590.180.2
HexCA9FFA13240210c5a50
Octal312237372234402414132120
Binary1100101010011111111110101001110010001010000110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FFA; }

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

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

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

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

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

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

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

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