#C9ACFF

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

Shades of Mauve #C9ACFF

Tints of Mauve #C9ACFF

Color information

#C9ACFF (or 0xC9ACFF) is unknown color: approx Mauve. HEX triplet: C9, AC and FF. RGB value is (201,172,255). Sum of RGB (Red+Green+Blue) = 201+172+255=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACFF is #365300. Grayscale: #BDBDBD. Windows color (decimal): -3560193 or 16755913. OLE color: 16755913.

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

Color convert

RGB201172255-
CMYK0.210.3300
HSL260.96º100%83.73%-
HSV(B)260.96º32.55%100%-
XYZ56.8949.14101.09-
YUV190.13164.61135.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.01%
GREEN value IS 172 (67.58% from 255) = 27.39%
BLUE value IS 255 (100% from 255) = 40.61%
R=32.01%
G=27.39%
B=40.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011722550.210.3300260.9610083.73
HexC9ACFF1521001056454
Octal311254377254100405144124
Binary110010011010110011111111101011000010010000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACFF; }

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

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

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

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

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

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

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

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