#C5A0FF

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

Shades of Mauve #C5A0FF

Tints of Mauve #C5A0FF

Color information

#C5A0FF (or 0xC5A0FF) is unknown color: approx Mauve. HEX triplet: C5, A0 and FF. RGB value is (197,160,255). Sum of RGB (Red+Green+Blue) = 197+160+255=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A0FF is #3A5F00. Grayscale: #B5B5B5. Windows color (decimal): -3825409 or 16752837. OLE color: 16752837.

HSL color Cylindrical-coordinate representation of color #C5A0FF: hue angle of 263.37º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5A0FF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197160255-
CMYK0.230.3700
HSL263.37º100%81.37%-
HSV(B)263.37º37.25%100%-
XYZ53.6544.23100.32-
YUV181.89169.26138.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.19%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 255 (100% from 255) = 41.67%
R=32.19%
G=26.14%
B=41.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971602550.230.3700263.3710081.37
HexC5A0FF1725001076451
Octal305240377274500407144121
Binary110001011010000011111111101111001010010000011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A0FF; }

 p { color: rgb(197,160,255); }

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

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

 a { background-color: rgb(197,160,255); }

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

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

 span { border-color: rgb(197,160,255); }

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