#C9ABFF

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

Shades of Mauve #C9ABFF

Tints of Mauve #C9ABFF

Color information

#C9ABFF (or 0xC9ABFF) is unknown color: approx Mauve. HEX triplet: C9, AB and FF. RGB value is (201,171,255). Sum of RGB (Red+Green+Blue) = 201+171+255=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABFF is #365400. Grayscale: #BDBDBD. Windows color (decimal): -3560449 or 16755657. OLE color: 16755657.

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

Color convert

RGB201171255-
CMYK0.210.3300
HSL261.43º100%83.53%-
HSV(B)261.43º32.94%100%-
XYZ56.748.76101.03-
YUV189.55164.94136.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 171 (67.19% from 255) = 27.27%
BLUE value IS 255 (100% from 255) = 40.67%
R=32.06%
G=27.27%
B=40.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011712550.210.3300261.4310083.53
HexC9ABFF1521001056454
Octal311253377254100405144124
Binary110010011010101111111111101011000010010000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABFF; }

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

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

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

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

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

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

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

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