#C9A9FA

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

Shades of Mauve #C9A9FA

Tints of Mauve #C9A9FA

Color information

#C9A9FA (or 0xC9A9FA) is unknown color: approx Mauve. HEX triplet: C9, A9 and FA. RGB value is (201,169,250). Sum of RGB (Red+Green+Blue) = 201+169+250=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9A9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A9FA is #365605. Grayscale: #BBBBBB. Windows color (decimal): -3560966 or 16427465. OLE color: 16427465.

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

Color convert

RGB201169250-
CMYK0.200.3200.02
HSL263.7º89.01%82.16%-
HSV(B)263.7º32.4%98.04%-
XYZ55.5347.796.72-
YUV187.8163.1137.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.42%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=32.42%
G=27.26%
B=40.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011692500.200.3200.02263.789.0182.16
HexC9A9FA1420021085952
Octal311251372244002410131122
Binary1100100110101001111110101010010000001010000100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9FA; }

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

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

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

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

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

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

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

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