#C6A0FF

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

Shades of Mauve #C6A0FF

Tints of Mauve #C6A0FF

Color information

#C6A0FF (or 0xC6A0FF) is unknown color: approx Mauve. HEX triplet: C6, A0 and FF. RGB value is (198,160,255). Sum of RGB (Red+Green+Blue) = 198+160+255=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A0FF is #395F00. Grayscale: #B5B5B5. Windows color (decimal): -3759873 or 16752838. OLE color: 16752838.

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

Color convert

RGB198160255-
CMYK0.220.3700
HSL264º100%81.37%-
HSV(B)264º37.25%100%-
XYZ53.9144.37100.33-
YUV182.19169.09139.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 160 (62.89% from 255) = 26.10%
BLUE value IS 255 (100% from 255) = 41.60%
R=32.30%
G=26.10%
B=41.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981602550.220.370026410081.37
HexC6A0FF1625001086451
Octal306240377264500410144121
Binary110001101010000011111111101101001010010000100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A0FF; }

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

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

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

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

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

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

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

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