#CC9AFF

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

Shades of Mauve #CC9AFF

Tints of Mauve #CC9AFF

Color information

#CC9AFF (or 0xCC9AFF) is unknown color: approx Mauve. HEX triplet: CC, 9A and FF. RGB value is (204,154,255). Sum of RGB (Red+Green+Blue) = 204+154+255=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9AFF is #336500. Grayscale: #B4B4B4. Windows color (decimal): -3368193 or 16751308. OLE color: 16751308.

HSL color Cylindrical-coordinate representation of color #CC9AFF: hue angle of 269.7º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC9AFF is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204154255-
CMYK0.20.4000
HSL269.7º100%80.2%-
HSV(B)269.7º39.61%100%-
XYZ54.5143.17100.07-
YUV180.46170.06144.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 154 (60.55% from 255) = 25.12%
BLUE value IS 255 (100% from 255) = 41.60%
R=33.28%
G=25.12%
B=41.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041542550.20.4000269.710080.2
HexCC9AFF14280010e6450
Octal314232377245000416144120
Binary110011001001101011111111101001010000010000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9AFF; }

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

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

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

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

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

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

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

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