#CCA6FA

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

Shades of Mauve #CCA6FA

Tints of Mauve #CCA6FA

Color information

#CCA6FA (or 0xCCA6FA) is unknown color: approx Mauve. HEX triplet: CC, A6 and FA. RGB value is (204,166,250). Sum of RGB (Red+Green+Blue) = 204+166+250=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 166 (65.23% from 255 or 26.77% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6FA is #335905. Grayscale: #BABABA. Windows color (decimal): -3365126 or 16426700. OLE color: 16426700.

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

Color convert

RGB204166250-
CMYK0.180.3400.02
HSL267.14º89.36%81.57%-
HSV(B)267.14º33.6%98.04%-
XYZ55.7947.0196.58-
YUV186.94163.59140.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 166 (65.23% from 255) = 26.77%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=32.90%
G=26.77%
B=40.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041662500.180.3400.02267.1489.3681.57
HexCCA6FA12220210b5952
Octal314246372224202413131122
Binary1100110010100110111110101001010001001010000101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6FA; }

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

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

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

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

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

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

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

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