#C9A4FF

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

Shades of Mauve #C9A4FF

Tints of Mauve #C9A4FF

Color information

#C9A4FF (or 0xC9A4FF) is unknown color: approx Mauve. HEX triplet: C9, A4 and FF. RGB value is (201,164,255). Sum of RGB (Red+Green+Blue) = 201+164+255=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A4FF is #365B00. Grayscale: #B9B9B9. Windows color (decimal): -3562241 or 16753865. OLE color: 16753865.

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

Color convert

RGB201164255-
CMYK0.210.3600
HSL264.4º100%82.16%-
HSV(B)264.4º35.69%100%-
XYZ55.4146.19100.6-
YUV185.44167.26139.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.42%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 255 (100% from 255) = 41.13%
R=32.42%
G=26.45%
B=41.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011642550.210.3600264.410082.16
HexC9A4FF1524001086452
Octal311244377254400410144122
Binary110010011010010011111111101011001000010000100011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4FF; }

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

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

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

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

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

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

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

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