#C5A3FE

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

Shades of Mauve #C5A3FE

Tints of Mauve #C5A3FE

Color information

#C5A3FE (or 0xC5A3FE) is unknown color: approx Mauve. HEX triplet: C5, A3 and FE. RGB value is (197,163,254). Sum of RGB (Red+Green+Blue) = 197+163+254=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5A3FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A3FE is #3A5C01. Grayscale: #B7B7B7. Windows color (decimal): -3824642 or 16688069. OLE color: 16688069.

HSL color Cylindrical-coordinate representation of color #C5A3FE: hue angle of 262.42º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5A3FE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197163254-
CMYK0.220.3600.00
HSL262.42º97.85%81.76%-
HSV(B)262.42º35.83%99.61%-
XYZ54.0145.2299.65-
YUV183.54167.76137.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.08%
GREEN value IS 163 (64.06% from 255) = 26.55%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=32.08%
G=26.55%
B=41.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971632540.220.3600.00262.4297.8581.76
HexC5A3FE1624001066252
Octal305243376264400406142122
Binary110001011010001111111110101101001000010000011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A3FE; }

 p { color: rgb(197,163,254); }

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

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

 a { background-color: rgb(197,163,254); }

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

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

 span { border-color: rgb(197,163,254); }

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