#C5A8FF

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

Shades of Mauve #C5A8FF

Tints of Mauve #C5A8FF

Color information

#C5A8FF (or 0xC5A8FF) is unknown color: approx Mauve. HEX triplet: C5, A8 and FF. RGB value is (197,168,255). Sum of RGB (Red+Green+Blue) = 197+168+255=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 168 (66.02% from 255 or 27.10% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5A8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8FF is #3A5700. Grayscale: #BABABA. Windows color (decimal): -3823361 or 16754885. OLE color: 16754885.

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

Color convert

RGB197168255-
CMYK0.230.3400
HSL260º100%82.94%-
HSV(B)260º34.12%100%-
XYZ55.0847.1100.8-
YUV186.59166.61135.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 168 (66.02% from 255) = 27.10%
BLUE value IS 255 (100% from 255) = 41.13%
R=31.77%
G=27.10%
B=41.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971682550.230.340026010082.94
HexC5A8FF1722001046453
Octal305250377274200404144123
Binary110001011010100011111111101111000100010000010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A8FF; }

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

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

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

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

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

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

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

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