#C6A8FF

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

Shades of Mauve #C6A8FF

Tints of Mauve #C6A8FF

Color information

#C6A8FF (or 0xC6A8FF) is unknown color: approx Mauve. HEX triplet: C6, A8 and FF. RGB value is (198,168,255). Sum of RGB (Red+Green+Blue) = 198+168+255=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A8FF is #395700. Grayscale: #BABABA. Windows color (decimal): -3757825 or 16754886. OLE color: 16754886.

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

Color convert

RGB198168255-
CMYK0.220.3400
HSL260.69º100%82.94%-
HSV(B)260.69º34.12%100%-
XYZ55.3447.23100.81-
YUV186.89166.44135.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.88%
GREEN value IS 168 (66.02% from 255) = 27.05%
BLUE value IS 255 (100% from 255) = 41.06%
R=31.88%
G=27.05%
B=41.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981682550.220.3400260.6910082.94
HexC6A8FF1622001056453
Octal306250377264200405144123
Binary110001101010100011111111101101000100010000010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A8FF; }

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

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

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

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

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

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

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

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