#C99AFA

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

Shades of Mauve #C99AFA

Tints of Mauve #C99AFA

Color information

#C99AFA (or 0xC99AFA) is unknown color: approx Mauve. HEX triplet: C9, 9A and FA. RGB value is (201,154,250). Sum of RGB (Red+Green+Blue) = 201+154+250=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #C99AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AFA is #366505. Grayscale: #B2B2B2. Windows color (decimal): -3564806 or 16423625. OLE color: 16423625.

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

Color convert

RGB201154250-
CMYK0.200.3800.02
HSL269.38º90.57%79.22%-
HSV(B)269.38º38.4%98.04%-
XYZ52.942.4395.84-
YUV179168.07143.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=33.22%
G=25.45%
B=41.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011542500.200.3800.02269.3890.5779.22
HexC99AFA14260210d5b4f
Octal311232372244602415133117
Binary1100100110011010111110101010010011001010000110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99AFA; }

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

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

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

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

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

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

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

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