#C9AFFC

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

Shades of Mauve #C9AFFC

Tints of Mauve #C9AFFC

Color information

#C9AFFC (or 0xC9AFFC) is unknown color: approx Mauve. HEX triplet: C9, AF and FC. RGB value is (201,175,252). Sum of RGB (Red+Green+Blue) = 201+175+252=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFC is #365003. Grayscale: #BFBFBF. Windows color (decimal): -3559428 or 16560073. OLE color: 16560073.

HSL color Cylindrical-coordinate representation of color #C9AFFC: hue angle of 260.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AFFC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201175252-
CMYK0.200.3100.01
HSL260.26º92.77%83.73%-
HSV(B)260.26º30.56%98.82%-
XYZ56.9950.1198.76-
YUV191.55162.11134.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 175 (68.75% from 255) = 27.87%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=32.01%
G=27.87%
B=40.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011752520.200.3100.01260.2692.7783.73
HexC9AFFC141F011045d54
Octal311257374243701404135124
Binary11001001101011111111110010100111110110000010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFFC; }

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

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

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

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

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

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

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

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