#C6A9FF

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

Shades of Mauve #C6A9FF

Tints of Mauve #C6A9FF

Color information

#C6A9FF (or 0xC6A9FF) is unknown color: approx Mauve. HEX triplet: C6, A9 and FF. RGB value is (198,169,255). Sum of RGB (Red+Green+Blue) = 198+169+255=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 169 (66.41% from 255 or 27.17% 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 #C6A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A9FF is #395600. Grayscale: #BBBBBB. Windows color (decimal): -3757569 or 16755142. OLE color: 16755142.

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

Color convert

RGB198169255-
CMYK0.220.3400
HSL260.23º100%83.14%-
HSV(B)260.23º33.73%100%-
XYZ55.5347.6100.87-
YUV187.47166.11135.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.83%
GREEN value IS 169 (66.41% from 255) = 27.17%
BLUE value IS 255 (100% from 255) = 41.00%
R=31.83%
G=27.17%
B=41.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981692550.220.3400260.2310083.14
HexC6A9FF1622001046453
Octal306251377264200404144123
Binary110001101010100111111111101101000100010000010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A9FF; }

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

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

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

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

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

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

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

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