#C9ACF8

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

Shades of Mauve #C9ACF8

Tints of Mauve #C9ACF8

Color information

#C9ACF8 (or 0xC9ACF8) is unknown color: approx Mauve. HEX triplet: C9, AC and F8. RGB value is (201,172,248). Sum of RGB (Red+Green+Blue) = 201+172+248=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACF8 is #365307. Grayscale: #BDBDBD. Windows color (decimal): -3560200 or 16297161. OLE color: 16297161.

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

Color convert

RGB201172248-
CMYK0.190.3100.03
HSL262.89º84.44%82.35%-
HSV(B)262.89º30.65%97.25%-
XYZ55.7848.795.27-
YUV189.33161.11136.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.37%
GREEN value IS 172 (67.58% from 255) = 27.70%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=32.37%
G=27.70%
B=39.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011722480.190.3100.03262.8984.4482.35
HexC9ACF8131F031075452
Octal311254370233703407124122
Binary110010011010110011111000100111111101110000011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACF8; }

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

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

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

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

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

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

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

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