#C9A2FF

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

Shades of Mauve #C9A2FF

Tints of Mauve #C9A2FF

Color information

#C9A2FF (or 0xC9A2FF) is unknown color: approx Mauve. HEX triplet: C9, A2 and FF. RGB value is (201,162,255). Sum of RGB (Red+Green+Blue) = 201+162+255=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A2FF is #365D00. Grayscale: #B7B7B7. Windows color (decimal): -3562753 or 16753353. OLE color: 16753353.

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

Color convert

RGB201162255-
CMYK0.210.3600
HSL265.16º100%81.76%-
HSV(B)265.16º36.47%100%-
XYZ55.0645.48100.48-
YUV184.26167.92139.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 162 (63.67% from 255) = 26.21%
BLUE value IS 255 (100% from 255) = 41.26%
R=32.52%
G=26.21%
B=41.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011622550.210.3600265.1610081.76
HexC9A2FF1524001096452
Octal311242377254400411144122
Binary110010011010001011111111101011001000010000100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2FF; }

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

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

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

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

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

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

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

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