#C9A6FF

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

Shades of Mauve #C9A6FF

Tints of Mauve #C9A6FF

Color information

#C9A6FF (or 0xC9A6FF) is unknown color: approx Mauve. HEX triplet: C9, A6 and FF. RGB value is (201,166,255). Sum of RGB (Red+Green+Blue) = 201+166+255=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A6FF is #365900. Grayscale: #BABABA. Windows color (decimal): -3561729 or 16754377. OLE color: 16754377.

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

Color convert

RGB201166255-
CMYK0.210.3500
HSL263.6º100%82.55%-
HSV(B)263.6º34.9%100%-
XYZ55.7746.91100.72-
YUV186.61166.6138.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.32%
GREEN value IS 166 (65.23% from 255) = 26.69%
BLUE value IS 255 (100% from 255) = 41.00%
R=32.32%
G=26.69%
B=41.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011662550.210.3500263.610082.55
HexC9A6FF1523001086453
Octal311246377254300410144123
Binary110010011010011011111111101011000110010000100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A6FF; }

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

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

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

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

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

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

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

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