#A3327E

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

Shades of Medium Red Violet #A3327E

Tints of Medium Red Violet #A3327E

Color information

#A3327E (or 0xA3327E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 32 and 7E. RGB value is (163,50,126). Sum of RGB (Red+Green+Blue) = 163+50+126=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3327E is #5CCD81. Grayscale: #5C5C5C. Windows color (decimal): -6081922 or 8270499. OLE color: 8270499.

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

Color convert

RGB16350126-
CMYK00.690.230.36
HSL319.65º53.05%41.76%-
HSV(B)319.65º69.33%63.92%-
XYZ20.0111.5720.92-
YUV92.45146.94178.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=48.08%
G=14.75%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635012600.690.230.36319.6553.0541.76
HexA3327E0451724140352a
Octal24362176010527445006552
Binary1010001111001011111100100010110111100100101000000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3327E; }

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

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

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

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

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

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

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

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