#C6A4FF

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

Shades of Mauve #C6A4FF

Tints of Mauve #C6A4FF

Color information

#C6A4FF (or 0xC6A4FF) is unknown color: approx Mauve. HEX triplet: C6, A4 and FF. RGB value is (198,164,255). Sum of RGB (Red+Green+Blue) = 198+164+255=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A4FF is #395B00. Grayscale: #B8B8B8. Windows color (decimal): -3758849 or 16753862. OLE color: 16753862.

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

Color convert

RGB198164255-
CMYK0.220.3600
HSL262.42º100%82.16%-
HSV(B)262.42º35.69%100%-
XYZ54.6145.78100.57-
YUV184.54167.76137.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.09%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 255 (100% from 255) = 41.33%
R=32.09%
G=26.58%
B=41.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981642550.220.3600262.4210082.16
HexC6A4FF1624001066452
Octal306244377264400406144122
Binary110001101010010011111111101101001000010000011011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4FF; }

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

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

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

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

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

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

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

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