Html Css Color HEX #A32E79 Medium Red Violet

📋 copy color: '#A32E79'

red 163 ◦ green 46 ◦ blue 121

#A32E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A32E79

Tints of Medium Red Violet #A32E79

RGB

 RED value IS 163 (64.06% from 255) = 49.39%

 GREEN value IS 46 (18.36% from 255) = 13.94%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 49.39%
G = 13.94%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A32E79 (or 0xA32E79) is known color: Medium Red Violet. HEX triplet: A3, 2E and 79. RGB value is (163,46,121). Sum of RGB (Red+Green+Blue) = 163+46+121=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32E79 is #5CD186. Grayscale: #595959. Windows color (decimal): -6082951 or 7941795. OLE color: 7941795.

HSL color Cylindrical-coordinate representation of color #A32E79: hue angle of 321.54º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A32E79 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 46 121 -
CMYK 0 0.72 0.26 0.36
HSL 321.54º 0.56% 0.41% -
HSV(B) 321.54º 0.72% 0.64% -
XYZ 19.53 11.12 19.21 -
YUV 89.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 163 46 121 0 0.72 0.26 0.36 321.54 0.56 0.41
Hex A3 2E 79 0 48 1A 24 142 38 29
Octal 243 56 171 0 110 32 44 502 70 51
Binary 10100011 101110 1111001 0 1001000 11010 100100 101000010 111000 101001

Color Harmonies of #A32E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E79

Black with #A32E79

Text Example


Text Example

White with #A32E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E79; }

 p { color: rgb(163,46,121); }

 H1.HeaderClassName
 {
   color: #A32E79;
 }
 .AnyTagClassName
 {
   color: #A32E79;
 }
</style>

background-color css

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

 a { background-color: rgb(163,46,121); }

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

border-color css

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

 span { border-color: rgb(163,46,121); }

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