#A3347E

Color #A3347E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A3347E

Tints of Medium Red Violet #A3347E

Color information

#A3347E (or 0xA3347E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 34 and 7E. RGB value is (163,52,126). Sum of RGB (Red+Green+Blue) = 163+52+126=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3347E is #5CCB81. Grayscale: #5D5D5D. Windows color (decimal): -6081410 or 8271011. OLE color: 8271011.

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

Color convert

RGB16352126-
CMYK00.680.230.36
HSL320º51.63%42.16%-
HSV(B)320º68.1%63.92%-
XYZ20.111.7520.95-
YUV93.62146.27177.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=47.80%
G=15.25%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635212600.680.230.3632051.6342.16
HexA3347E0441724140342a
Octal24364176010427445006452
Binary1010001111010011111100100010010111100100101000000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3347E; }

 p { color: rgb(163,52,126); }

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

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

 a { background-color: rgb(163,52,126); }

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

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

 span { border-color: rgb(163,52,126); }

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