#C9AFFF

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

Shades of Mauve #C9AFFF

Tints of Mauve #C9AFFF

Color information

#C9AFFF (or 0xC9AFFF) is unknown color: approx Mauve. HEX triplet: C9, AF and FF. RGB value is (201,175,255). Sum of RGB (Red+Green+Blue) = 201+175+255=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9AFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFF is #365000. Grayscale: #BFBFBF. Windows color (decimal): -3559425 or 16756681. OLE color: 16756681.

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

Color convert

RGB201175255-
CMYK0.210.3100
HSL259.5º100%84.31%-
HSV(B)259.5º31.37%100%-
XYZ57.4750.3101.29-
YUV191.89163.61134.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 175 (68.75% from 255) = 27.73%
BLUE value IS 255 (100% from 255) = 40.41%
R=31.85%
G=27.73%
B=40.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011752550.210.3100259.510084.31
HexC9AFFF151F001046454
Octal311257377253700404144124
Binary11001001101011111111111110101111110010000010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFFF; }

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

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

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

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

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

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

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

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