#CCA6FF

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

Shades of Mauve #CCA6FF

Tints of Mauve #CCA6FF

Color information

#CCA6FF (or 0xCCA6FF) is unknown color: approx Mauve. HEX triplet: CC, A6 and FF. RGB value is (204,166,255). Sum of RGB (Red+Green+Blue) = 204+166+255=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6FF is #335900. Grayscale: #BBBBBB. Windows color (decimal): -3365121 or 16754380. OLE color: 16754380.

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

Color convert

RGB204166255-
CMYK0.20.3500
HSL265.62º100%82.55%-
HSV(B)265.62º34.9%100%-
XYZ56.5947.33100.76-
YUV187.51166.09139.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 166 (65.23% from 255) = 26.56%
BLUE value IS 255 (100% from 255) = 40.8%
R=32.64%
G=26.56%
B=40.8%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041662550.20.3500265.6210082.55
HexCCA6FF14230010a6453
Octal314246377244300412144123
Binary110011001010011011111111101001000110010000101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6FF; }

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

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

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

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

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

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

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

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