#C6A4FE

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

Shades of Mauve #C6A4FE

Tints of Mauve #C6A4FE

Color information

#C6A4FE (or 0xC6A4FE) is unknown color: approx Mauve. HEX triplet: C6, A4 and FE. RGB value is (198,164,254). Sum of RGB (Red+Green+Blue) = 198+164+254=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A4FE is #395B01. Grayscale: #B8B8B8. Windows color (decimal): -3758850 or 16688326. OLE color: 16688326.

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

Color convert

RGB198164254-
CMYK0.220.3500.00
HSL262.67º97.83%81.96%-
HSV(B)262.67º35.43%99.61%-
XYZ54.4545.7199.72-
YUV184.43167.26137.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.14%
GREEN value IS 164 (64.45% from 255) = 26.62%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=32.14%
G=26.62%
B=41.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981642540.220.3500.00262.6797.8381.96
HexC6A4FE1623001076252
Octal306244376264300407142122
Binary110001101010010011111110101101000110010000011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4FE; }

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

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

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

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

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

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

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

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