#CCA0FA

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

Shades of Mauve #CCA0FA

Tints of Mauve #CCA0FA

Color information

#CCA0FA (or 0xCCA0FA) is unknown color: approx Mauve. HEX triplet: CC, A0 and FA. RGB value is (204,160,250). Sum of RGB (Red+Green+Blue) = 204+160+250=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 160 (62.89% from 255 or 26.06% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0FA is #335F05. Grayscale: #B7B7B7. Windows color (decimal): -3366662 or 16425164. OLE color: 16425164.

HSL color Cylindrical-coordinate representation of color #CCA0FA: hue angle of 269.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCA0FA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204160250-
CMYK0.180.3600.02
HSL269.33º90%80.39%-
HSV(B)269.33º36%98.04%-
XYZ54.7344.8896.22-
YUV183.42165.58142.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 160 (62.89% from 255) = 26.06%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=33.22%
G=26.06%
B=40.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041602500.180.3600.02269.339080.39
HexCCA0FA12240210d5a50
Octal314240372224402415132120
Binary1100110010100000111110101001010010001010000110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0FA; }

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

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

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

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

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

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

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

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