#C5A2FE

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

Shades of Mauve #C5A2FE

Tints of Mauve #C5A2FE

Color information

#C5A2FE (or 0xC5A2FE) is unknown color: approx Mauve. HEX triplet: C5, A2 and FE. RGB value is (197,162,254). Sum of RGB (Red+Green+Blue) = 197+162+254=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A2FE is #3A5D01. Grayscale: #B6B6B6. Windows color (decimal): -3824898 or 16687813. OLE color: 16687813.

HSL color Cylindrical-coordinate representation of color #C5A2FE: hue angle of 262.83º 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 #C5A2FE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197162254-
CMYK0.220.3600.00
HSL262.83º97.87%81.57%-
HSV(B)262.83º36.22%99.61%-
XYZ53.8444.8799.59-
YUV182.95168.1138.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.14%
GREEN value IS 162 (63.67% from 255) = 26.43%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=32.14%
G=26.43%
B=41.44%

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
Decimal1971622540.220.3600.00262.8397.8781.57
HexC5A2FE1624001076252
Octal305242376264400407142122
Binary110001011010001011111110101101001000010000011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A2FE; }

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

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

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

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

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

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

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

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