#C9AFFB

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

Shades of Mauve #C9AFFB

Tints of Mauve #C9AFFB

Color information

#C9AFFB (or 0xC9AFFB) is unknown color: approx Mauve. HEX triplet: C9, AF and FB. RGB value is (201,175,251). Sum of RGB (Red+Green+Blue) = 201+175+251=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFB is #365004. Grayscale: #BFBFBF. Windows color (decimal): -3559429 or 16494537. OLE color: 16494537.

HSL color Cylindrical-coordinate representation of color #C9AFFB: hue angle of 260.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9AFFB is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201175251-
CMYK0.200.3000.02
HSL260.53º90.48%83.53%-
HSV(B)260.53º30.28%98.43%-
XYZ56.8350.0497.93-
YUV191.44161.61134.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 175 (68.75% from 255) = 27.91%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=32.06%
G=27.91%
B=40.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011752510.200.3000.02260.5390.4883.53
HexC9AFFB141E021055a54
Octal311257373243602405132124
Binary110010011010111111111011101001111001010000010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFFB; }

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

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

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

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

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

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

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

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