Html Css Color HEX #A32D80 Medium Red Violet

📋 copy color: '#A32D80'

red 163 ◦ green 45 ◦ blue 128

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

Shades of Medium Red Violet #A32D80

Tints of Medium Red Violet #A32D80

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 48.51%
G = 13.39%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A32D80 (or 0xA32D80) is known color: Medium Red Violet. HEX triplet: A3, 2D and 80. RGB value is (163,45,128). Sum of RGB (Red+Green+Blue) = 163+45+128=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D80 is #5CD27F. Grayscale: #595959. Windows color (decimal): -6083200 or 8400291. OLE color: 8400291.

HSL color Cylindrical-coordinate representation of color #A32D80: hue angle of 317.8º degrees, saturation: 0.57, 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 #A32D80 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 45 128 -
CMYK 0 0.72 0.21 0.36
HSL 317.8º 0.57% 0.41% -
HSV(B) 317.8º 0.72% 0.64% -
XYZ 19.94 11.22 21.54 -
YUV 89.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 163 45 128 0 0.72 0.21 0.36 317.8 0.57 0.41
Hex A3 2D 80 0 48 15 24 13E 39 29
Octal 243 55 200 0 110 25 44 476 71 51
Binary 10100011 101101 10000000 0 1001000 10101 100100 100111110 111001 101001

Color Harmonies of #A32D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32D80

Black with #A32D80

Text Example


Text Example

White with #A32D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32D80; }

 p { color: rgb(163,45,128); }

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

background-color css

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

 a { background-color: rgb(163,45,128); }

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

border-color css

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

 span { border-color: rgb(163,45,128); }

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