#C9ABFB

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

Shades of Mauve #C9ABFB

Tints of Mauve #C9ABFB

Color information

#C9ABFB (or 0xC9ABFB) is unknown color: approx Mauve. HEX triplet: C9, AB and FB. RGB value is (201,171,251). Sum of RGB (Red+Green+Blue) = 201+171+251=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABFB is #365404. Grayscale: #BCBCBC. Windows color (decimal): -3560453 or 16493513. OLE color: 16493513.

HSL color Cylindrical-coordinate representation of color #C9ABFB: hue angle of 262.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9ABFB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201171251-
CMYK0.200.3200.02
HSL262.5º90.91%82.75%-
HSV(B)262.5º31.87%98.43%-
XYZ56.0648.5197.68-
YUV189.09162.94136.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.26%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=32.26%
G=27.45%
B=40.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011712510.200.3200.02262.590.9182.75
HexC9ABFB1420021065b53
Octal311253373244002406133123
Binary1100100110101011111110111010010000001010000011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABFB; }

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

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

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

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

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

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

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

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