#CC9AFA

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

Shades of Mauve #CC9AFA

Tints of Mauve #CC9AFA

Color information

#CC9AFA (or 0xCC9AFA) is unknown color: approx Mauve. HEX triplet: CC, 9A and FA. RGB value is (204,154,250). Sum of RGB (Red+Green+Blue) = 204+154+250=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC9AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AFA is #336505. Grayscale: #B3B3B3. Windows color (decimal): -3368198 or 16423628. OLE color: 16423628.

HSL color Cylindrical-coordinate representation of color #CC9AFA: hue angle of 271.25º 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 #CC9AFA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204154250-
CMYK0.180.3800.02
HSL271.25º90.57%79.22%-
HSV(B)271.25º38.4%98.04%-
XYZ53.7142.8595.88-
YUV179.89167.56145.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 154 (60.55% from 255) = 25.33%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=33.55%
G=25.33%
B=41.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041542500.180.3800.02271.2590.5779.22
HexCC9AFA12260210f5b4f
Octal314232372224602417133117
Binary1100110010011010111110101001010011001010000111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9AFA; }

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

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

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

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

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

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

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

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