#C6A7FF

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

Shades of Mauve #C6A7FF

Tints of Mauve #C6A7FF

Color information

#C6A7FF (or 0xC6A7FF) is unknown color: approx Mauve. HEX triplet: C6, A7 and FF. RGB value is (198,167,255). Sum of RGB (Red+Green+Blue) = 198+167+255=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A7FF is #395800. Grayscale: #B9B9B9. Windows color (decimal): -3758081 or 16754630. OLE color: 16754630.

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

Color convert

RGB198167255-
CMYK0.220.3500
HSL261.14º100%82.75%-
HSV(B)261.14º34.51%100%-
XYZ55.1646.86100.75-
YUV186.3166.77136.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.94%
GREEN value IS 167 (65.62% from 255) = 26.94%
BLUE value IS 255 (100% from 255) = 41.13%
R=31.94%
G=26.94%
B=41.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981672550.220.3500261.1410082.75
HexC6A7FF1623001056453
Octal306247377264300405144123
Binary110001101010011111111111101101000110010000010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A7FF; }

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

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

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

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

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

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

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

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