#C4A7FF

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

Shades of Mauve #C4A7FF

Tints of Mauve #C4A7FF

Color information

#C4A7FF (or 0xC4A7FF) is unknown color: approx Mauve. HEX triplet: C4, A7 and FF. RGB value is (196,167,255). Sum of RGB (Red+Green+Blue) = 196+167+255=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A7FF is #3B5800. Grayscale: #B9B9B9. Windows color (decimal): -3889153 or 16754628. OLE color: 16754628.

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

Color convert

RGB196167255-
CMYK0.230.3500
HSL259.77º100%82.75%-
HSV(B)259.77º34.51%100%-
XYZ54.6346.59100.72-
YUV185.7167.11135.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 167 (65.62% from 255) = 27.02%
BLUE value IS 255 (100% from 255) = 41.26%
R=31.72%
G=27.02%
B=41.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961672550.230.3500259.7710082.75
HexC4A7FF1723001046453
Octal304247377274300404144123
Binary110001001010011111111111101111000110010000010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A7FF; }

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

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

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

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

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

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

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

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