#CA9DFA

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

Shades of Mauve #CA9DFA

Tints of Mauve #CA9DFA

Color information

#CA9DFA (or 0xCA9DFA) is unknown color: approx Mauve. HEX triplet: CA, 9D and FA. RGB value is (202,157,250). Sum of RGB (Red+Green+Blue) = 202+157+250=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DFA is #356205. Grayscale: #B4B4B4. Windows color (decimal): -3498502 or 16424394. OLE color: 16424394.

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

Color convert

RGB202157250-
CMYK0.190.3700.02
HSL269.03º90.29%79.8%-
HSV(B)269.03º37.2%98.04%-
XYZ53.6743.5796.02-
YUV181.06166.91142.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=33.17%
G=25.78%
B=41.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021572500.190.3700.02269.0390.2979.8
HexCA9DFA13250210d5a50
Octal312235372234502415132120
Binary1100101010011101111110101001110010101010000110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9DFA; }

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

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

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

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

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

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

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

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