#CCA3FA

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

Shades of Mauve #CCA3FA

Tints of Mauve #CCA3FA

Color information

#CCA3FA (or 0xCCA3FA) is unknown color: approx Mauve. HEX triplet: CC, A3 and FA. RGB value is (204,163,250). Sum of RGB (Red+Green+Blue) = 204+163+250=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3FA is #335C05. Grayscale: #B8B8B8. Windows color (decimal): -3365894 or 16425932. OLE color: 16425932.

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

Color convert

RGB204163250-
CMYK0.180.3500.02
HSL268.28º89.69%80.98%-
HSV(B)268.28º34.8%98.04%-
XYZ55.2545.9396.4-
YUV185.18164.58141.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 163 (64.06% from 255) = 26.42%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=33.06%
G=26.42%
B=40.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041632500.180.3500.02268.2889.6980.98
HexCCA3FA12230210c5a51
Octal314243372224302414132121
Binary1100110010100011111110101001010001101010000110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3FA; }

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

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

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

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

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

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

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

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