#C3A4FF

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

Shades of Mauve #C3A4FF

Tints of Mauve #C3A4FF

Color information

#C3A4FF (or 0xC3A4FF) is unknown color: approx Mauve. HEX triplet: C3, A4 and FF. RGB value is (195,164,255). Sum of RGB (Red+Green+Blue) = 195+164+255=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A4FF is #3C5B00. Grayscale: #B7B7B7. Windows color (decimal): -3955457 or 16753859. OLE color: 16753859.

HSL color Cylindrical-coordinate representation of color #C3A4FF: hue angle of 260.44º 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 #C3A4FF is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB195164255-
CMYK0.240.3600
HSL260.44º100%82.16%-
HSV(B)260.44º35.69%100%-
XYZ53.8345.37100.53-
YUV183.64168.27136.1-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.76%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 255 (100% from 255) = 41.53%
R=31.76%
G=26.71%
B=41.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951642550.240.3600260.4410082.16
HexC3A4FF1824001046452
Octal303244377304400404144122
Binary110000111010010011111111110001001000010000010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A4FF; }

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

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

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

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

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

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

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

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