#C9A7FA

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

Shades of Mauve #C9A7FA

Tints of Mauve #C9A7FA

Color information

#C9A7FA (or 0xC9A7FA) is unknown color: approx Mauve. HEX triplet: C9, A7 and FA. RGB value is (201,167,250). Sum of RGB (Red+Green+Blue) = 201+167+250=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A7FA is #365805. Grayscale: #BABABA. Windows color (decimal): -3561478 or 16426953. OLE color: 16426953.

HSL color Cylindrical-coordinate representation of color #C9A7FA: hue angle of 264.58º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9A7FA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201167250-
CMYK0.200.3300.02
HSL264.58º89.25%81.76%-
HSV(B)264.58º33.2%98.04%-
XYZ55.1646.9696.6-
YUV186.63163.76138.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 167 (65.62% from 255) = 27.02%
BLUE value IS 250 (98.05% from 255) = 40.45%
R=32.52%
G=27.02%
B=40.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011672500.200.3300.02264.5889.2581.76
HexC9A7FA1421021095952
Octal311247372244102411131122
Binary1100100110100111111110101010010000101010000100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A7FA; }

 p { color: rgb(201,167,250); }

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

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

 a { background-color: rgb(201,167,250); }

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

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

 span { border-color: rgb(201,167,250); }

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