#CA9AFD

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

Shades of Mauve #CA9AFD

Tints of Mauve #CA9AFD

Color information

#CA9AFD (or 0xCA9AFD) is unknown color: approx Mauve. HEX triplet: CA, 9A and FD. RGB value is (202,154,253). Sum of RGB (Red+Green+Blue) = 202+154+253=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9AFD is #356502. Grayscale: #B3B3B3. Windows color (decimal): -3499267 or 16620234. OLE color: 16620234.

HSL color Cylindrical-coordinate representation of color #CA9AFD: hue angle of 269.09º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA9AFD is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202154253-
CMYK0.200.3900.01
HSL269.09º96.12%79.8%-
HSV(B)269.09º39.13%99.22%-
XYZ53.6442.7698.35-
YUV179.64169.4143.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.17%
GREEN value IS 154 (60.55% from 255) = 25.29%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=33.17%
G=25.29%
B=41.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021542530.200.3900.01269.0996.1279.8
HexCA9AFD14270110d6050
Octal312232375244701415140120
Binary110010101001101011111101101001001110110000110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AFD; }

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

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

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

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

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

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

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

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