#CCA0FF

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

Shades of Mauve #CCA0FF

Tints of Mauve #CCA0FF

Color information

#CCA0FF (or 0xCCA0FF) is unknown color: approx Mauve. HEX triplet: CC, A0 and FF. RGB value is (204,160,255). Sum of RGB (Red+Green+Blue) = 204+160+255=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0FF is #335F00. Grayscale: #B7B7B7. Windows color (decimal): -3366657 or 16752844. OLE color: 16752844.

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

Color convert

RGB204160255-
CMYK0.20.3700
HSL267.79º100%81.37%-
HSV(B)267.79º37.25%100%-
XYZ55.5245.2100.41-
YUV183.99168.08142.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 160 (62.89% from 255) = 25.85%
BLUE value IS 255 (100% from 255) = 41.20%
R=32.96%
G=25.85%
B=41.20%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041602550.20.3700267.7910081.37
HexCCA0FF14250010c6451
Octal314240377244500414144121
Binary110011001010000011111111101001001010010000110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0FF; }

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

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

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

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

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

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

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

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