#C4A5FF

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

Shades of Mauve #C4A5FF

Tints of Mauve #C4A5FF

Color information

#C4A5FF (or 0xC4A5FF) is unknown color: approx Mauve. HEX triplet: C4, A5 and FF. RGB value is (196,165,255). Sum of RGB (Red+Green+Blue) = 196+165+255=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A5FF is #3B5A00. Grayscale: #B8B8B8. Windows color (decimal): -3889665 or 16754116. OLE color: 16754116.

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

Color convert

RGB196165255-
CMYK0.230.3500
HSL260.67º100%82.35%-
HSV(B)260.67º35.29%100%-
XYZ54.2745.87100.6-
YUV184.53167.77136.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 165 (64.84% from 255) = 26.79%
BLUE value IS 255 (100% from 255) = 41.40%
R=31.82%
G=26.79%
B=41.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961652550.230.3500260.6710082.35
HexC4A5FF1723001056452
Octal304245377274300405144122
Binary110001001010010111111111101111000110010000010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A5FF; }

 p { color: rgb(196,165,255); }

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

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

 a { background-color: rgb(196,165,255); }

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

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

 span { border-color: rgb(196,165,255); }

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