#C9ABFE

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

Shades of Mauve #C9ABFE

Tints of Mauve #C9ABFE

Color information

#C9ABFE (or 0xC9ABFE) is unknown color: approx Mauve. HEX triplet: C9, AB and FE. RGB value is (201,171,254). Sum of RGB (Red+Green+Blue) = 201+171+254=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ABFE is #365401. Grayscale: #BDBDBD. Windows color (decimal): -3560450 or 16690121. OLE color: 16690121.

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

Color convert

RGB201171254-
CMYK0.210.3300.00
HSL261.69º97.65%83.33%-
HSV(B)261.69º32.68%99.61%-
XYZ56.5448.7100.19-
YUV189.43164.44136.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.11%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=32.11%
G=27.32%
B=40.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011712540.210.3300.00261.6997.6583.33
HexC9ABFE1521001066253
Octal311253376254100406142123
Binary110010011010101111111110101011000010010000011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABFE; }

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

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

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

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

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

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

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

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