#CCA4F5

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

Shades of Mauve #CCA4F5

Tints of Mauve #CCA4F5

Color information

#CCA4F5 (or 0xCCA4F5) is unknown color: approx Mauve. HEX triplet: CC, A4 and F5. RGB value is (204,164,245). Sum of RGB (Red+Green+Blue) = 204+164+245=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCA4F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4F5 is #335B0A. Grayscale: #B8B8B8. Windows color (decimal): -3365643 or 16098508. OLE color: 16098508.

HSL color Cylindrical-coordinate representation of color #CCA4F5: hue angle of 269.63º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA4F5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204164245-
CMYK0.170.3300.04
HSL269.63º80.2%80.2%-
HSV(B)269.63º33.06%96.08%-
XYZ54.6645.9892.38-
YUV185.19161.75141.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 164 (64.45% from 255) = 26.75%
BLUE value IS 245 (96.09% from 255) = 39.97%
R=33.28%
G=26.75%
B=39.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041642450.170.3300.04269.6380.280.2
HexCCA4F511210410e5050
Octal314244365214104416120120
Binary11001100101001001111010110001100001010010000111010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4F5; }

 p { color: rgb(204,164,245); }

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

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

 a { background-color: rgb(204,164,245); }

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

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

 span { border-color: rgb(204,164,245); }

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