#CCA5F9

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

Shades of Mauve #CCA5F9

Tints of Mauve #CCA5F9

Color information

#CCA5F9 (or 0xCCA5F9) is unknown color: approx Mauve. HEX triplet: CC, A5 and F9. RGB value is (204,165,249). Sum of RGB (Red+Green+Blue) = 204+165+249=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCA5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5F9 is #335A06. Grayscale: #B9B9B9. Windows color (decimal): -3365383 or 16360908. OLE color: 16360908.

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

Color convert

RGB204165249-
CMYK0.180.3400.02
HSL267.86º87.5%81.18%-
HSV(B)267.86º33.73%97.65%-
XYZ55.4646.5995.69-
YUV186.24163.42140.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 165 (64.84% from 255) = 26.70%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=33.01%
G=26.70%
B=40.29%

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
Decimal2041652490.180.3400.02267.8687.581.18
HexCCA5F912220210c5851
Octal314245371224202414130121
Binary1100110010100101111110011001010001001010000110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5F9; }

 p { color: rgb(204,165,249); }

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

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

 a { background-color: rgb(204,165,249); }

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

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

 span { border-color: rgb(204,165,249); }

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