#CA9AFA

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

Shades of Mauve #CA9AFA

Tints of Mauve #CA9AFA

Color information

#CA9AFA (or 0xCA9AFA) is unknown color: approx Mauve. HEX triplet: CA, 9A and FA. RGB value is (202,154,250). Sum of RGB (Red+Green+Blue) = 202+154+250=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AFA is #356505. Grayscale: #B2B2B2. Windows color (decimal): -3499270 or 16423626. OLE color: 16423626.

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

Color convert

RGB202154250-
CMYK0.190.3800.02
HSL270º90.57%79.22%-
HSV(B)270º38.4%98.04%-
XYZ53.1742.5795.86-
YUV179.3167.9144.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 25.41%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=33.33%
G=25.41%
B=41.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021542500.190.3800.0227090.5779.22
HexCA9AFA13260210e5b4f
Octal312232372234602416133117
Binary1100101010011010111110101001110011001010000111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AFA; }

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

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

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

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

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

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

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

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