#C6ABFF

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

Shades of Mauve #C6ABFF

Tints of Mauve #C6ABFF

Color information

#C6ABFF (or 0xC6ABFF) is unknown color: approx Mauve. HEX triplet: C6, AB and FF. RGB value is (198,171,255). Sum of RGB (Red+Green+Blue) = 198+171+255=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6ABFF is #395400. Grayscale: #BCBCBC. Windows color (decimal): -3757057 or 16755654. OLE color: 16755654.

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

Color convert

RGB198171255-
CMYK0.220.3300
HSL259.29º100%83.53%-
HSV(B)259.29º32.94%100%-
XYZ55.948.35100.99-
YUV188.65165.45134.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.73%
GREEN value IS 171 (67.19% from 255) = 27.40%
BLUE value IS 255 (100% from 255) = 40.87%
R=31.73%
G=27.40%
B=40.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981712550.220.3300259.2910083.53
HexC6ABFF1621001036454
Octal306253377264100403144124
Binary110001101010101111111111101101000010010000001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABFF; }

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

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

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

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

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

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

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

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