#C6ACFF

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

Shades of Mauve #C6ACFF

Tints of Mauve #C6ACFF

Color information

#C6ACFF (or 0xC6ACFF) is unknown color: approx Mauve. HEX triplet: C6, AC and FF. RGB value is (198,172,255). Sum of RGB (Red+Green+Blue) = 198+172+255=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ACFF is #395300. Grayscale: #BCBCBC. Windows color (decimal): -3756801 or 16755910. OLE color: 16755910.

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

Color convert

RGB198172255-
CMYK0.220.3300
HSL258.8º100%83.73%-
HSV(B)258.8º32.55%100%-
XYZ56.0948.73101.06-
YUV189.24165.11134.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 255 (100% from 255) = 40.8%
R=31.68%
G=27.52%
B=40.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981722550.220.3300258.810083.73
HexC6ACFF1621001036454
Octal306254377264100403144124
Binary110001101010110011111111101101000010010000001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ACFF; }

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

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

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

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

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

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

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

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