#C5A9FE

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

Shades of Mauve #C5A9FE

Tints of Mauve #C5A9FE

Color information

#C5A9FE (or 0xC5A9FE) is unknown color: approx Mauve. HEX triplet: C5, A9 and FE. RGB value is (197,169,254). Sum of RGB (Red+Green+Blue) = 197+169+254=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A9FE is #3A5601. Grayscale: #BABABA. Windows color (decimal): -3823106 or 16689605. OLE color: 16689605.

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

Color convert

RGB197169254-
CMYK0.220.3300.00
HSL259.76º97.7%82.94%-
HSV(B)259.76º33.46%99.61%-
XYZ55.147.4100.01-
YUV187.06165.78135.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=31.77%
G=27.26%
B=40.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971692540.220.3300.00259.7697.782.94
HexC5A9FE1621001046253
Octal305251376264100404142123
Binary110001011010100111111110101101000010010000010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9FE; }

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

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

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

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

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

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

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

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