#C4A4FF

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

Shades of Mauve #C4A4FF

Tints of Mauve #C4A4FF

Color information

#C4A4FF (or 0xC4A4FF) is unknown color: approx Mauve. HEX triplet: C4, A4 and FF. RGB value is (196,164,255). Sum of RGB (Red+Green+Blue) = 196+164+255=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A4FF is #3B5B00. Grayscale: #B7B7B7. Windows color (decimal): -3889921 or 16753860. OLE color: 16753860.

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

Color convert

RGB196164255-
CMYK0.230.3600
HSL261.1º100%82.16%-
HSV(B)261.1º35.69%100%-
XYZ54.0945.51100.54-
YUV183.94168.1136.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 164 (64.45% from 255) = 26.67%
BLUE value IS 255 (100% from 255) = 41.46%
R=31.87%
G=26.67%
B=41.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961642550.230.3600261.110082.16
HexC4A4FF1724001056452
Octal304244377274400405144122
Binary110001001010010011111111101111001000010000010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A4FF; }

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

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

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

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

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

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

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

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