#C9A4FD

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

Shades of Mauve #C9A4FD

Tints of Mauve #C9A4FD

Color information

#C9A4FD (or 0xC9A4FD) is unknown color: approx Mauve. HEX triplet: C9, A4 and FD. RGB value is (201,164,253). Sum of RGB (Red+Green+Blue) = 201+164+253=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9A4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A4FD is #365B02. Grayscale: #B8B8B8. Windows color (decimal): -3562243 or 16622793. OLE color: 16622793.

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

Color convert

RGB201164253-
CMYK0.210.3500.01
HSL264.94º95.7%81.76%-
HSV(B)264.94º35.18%99.22%-
XYZ55.0946.0698.92-
YUV185.21166.26139.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 164 (64.45% from 255) = 26.54%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=32.52%
G=26.54%
B=40.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011642530.210.3500.01264.9495.781.76
HexC9A4FD1523011096052
Octal311244375254301411140122
Binary110010011010010011111101101011000110110000100111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4FD; }

 p { color: rgb(201,164,253); }

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

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

 a { background-color: rgb(201,164,253); }

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

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

 span { border-color: rgb(201,164,253); }

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