#C3A3FF

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

Shades of Mauve #C3A3FF

Tints of Mauve #C3A3FF

Color information

#C3A3FF (or 0xC3A3FF) is unknown color: approx Mauve. HEX triplet: C3, A3 and FF. RGB value is (195,163,255). Sum of RGB (Red+Green+Blue) = 195+163+255=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3A3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3A3FF is #3C5C00. Grayscale: #B6B6B6. Windows color (decimal): -3955713 or 16753603. OLE color: 16753603.

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

Color convert

RGB195163255-
CMYK0.240.3600
HSL260.87º100%81.96%-
HSV(B)260.87º36.08%100%-
XYZ53.6545.02100.47-
YUV183.06168.6136.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 255 (100% from 255) = 41.60%
R=31.81%
G=26.59%
B=41.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951632550.240.3600260.8710081.96
HexC3A3FF1824001056452
Octal303243377304400405144122
Binary110000111010001111111111110001001000010000010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A3FF; }

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

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

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

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

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

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

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

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