#C9A5FE

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

Shades of Mauve #C9A5FE

Tints of Mauve #C9A5FE

Color information

#C9A5FE (or 0xC9A5FE) is unknown color: approx Mauve. HEX triplet: C9, A5 and FE. RGB value is (201,165,254). Sum of RGB (Red+Green+Blue) = 201+165+254=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A5FE is #365A01. Grayscale: #B9B9B9. Windows color (decimal): -3561986 or 16688585. OLE color: 16688585.

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

Color convert

RGB201165254-
CMYK0.210.3500.00
HSL264.27º97.8%82.16%-
HSV(B)264.27º35.04%99.61%-
XYZ55.4346.4899.82-
YUV185.91166.43138.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.42%
GREEN value IS 165 (64.84% from 255) = 26.61%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=32.42%
G=26.61%
B=40.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011652540.210.3500.00264.2797.882.16
HexC9A5FE1523001086252
Octal311245376254300410142122
Binary110010011010010111111110101011000110010000100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A5FE; }

 p { color: rgb(201,165,254); }

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

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

 a { background-color: rgb(201,165,254); }

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

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

 span { border-color: rgb(201,165,254); }

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