#CCA1FF

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

Shades of Mauve #CCA1FF

Tints of Mauve #CCA1FF

Color information

#CCA1FF (or 0xCCA1FF) is unknown color: approx Mauve. HEX triplet: CC, A1 and FF. RGB value is (204,161,255). Sum of RGB (Red+Green+Blue) = 204+161+255=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1FF is #335E00. Grayscale: #B8B8B8. Windows color (decimal): -3366401 or 16753100. OLE color: 16753100.

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

Color convert

RGB204161255-
CMYK0.20.3700
HSL267.45º100%81.57%-
HSV(B)267.45º36.86%100%-
XYZ55.745.55100.46-
YUV184.57167.75141.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 161 (63.28% from 255) = 25.97%
BLUE value IS 255 (100% from 255) = 41.13%
R=32.90%
G=25.97%
B=41.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041612550.20.3700267.4510081.57
HexCCA1FF14250010b6452
Octal314241377244500413144122
Binary110011001010000111111111101001001010010000101111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1FF; }

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

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

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

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

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

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

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

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