#c9a3ff

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

Shades of Mauve #C9A3FF

Tints of Mauve #C9A3FF

Color information

#C9A3FF (or 0xC9A3FF) is unknown color: approx Mauve. HEX triplet: C9, A3 and FF. RGB value is (201,163,255). Sum of RGB (Red+Green+Blue) = 201+163+255=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A3FF is #365C00. Grayscale: #B8B8B8. Windows color (decimal): -3562497 or 16753609. OLE color: 16753609.

HSL color Cylindrical-coordinate representation of color #C9A3FF: hue angle of 264.78º 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 #C9A3FF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201163255-
CMYK0.210.3600
HSL264.78º100%81.96%-
HSV(B)264.78º36.08%100%-
XYZ55.2345.83100.54-
YUV184.85167.59139.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 255 (100% from 255) = 41.20%
R=32.47%
G=26.33%
B=41.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011632550.210.3600264.7810081.96
HexC9A3FF1524001096452
Octal311243377254400411144122
Binary110010011010001111111111101011001000010000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9a3ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9a3ff; }

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

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

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

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

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

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

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

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