Html Css Color HEX #A32771 Medium Red Violet

📋 copy color: '#A32771'

red 163 ◦ green 39 ◦ blue 113

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

Shades of Medium Red Violet #A32771

Tints of Medium Red Violet #A32771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 51.75%
G = 12.38%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A32771 (or 0xA32771) is known color: Medium Red Violet. HEX triplet: A3, 27 and 71. RGB value is (163,39,113). Sum of RGB (Red+Green+Blue) = 163+39+113=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A32771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32771 is #5CD88E. Grayscale: #545454. Windows color (decimal): -6084751 or 7415715. OLE color: 7415715.

HSL color Cylindrical-coordinate representation of color #A32771: hue angle of 324.19º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32771 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 39 113 -
CMYK 0 0.76 0.31 0.36
HSL 324.19º 0.61% 0.4% -
HSV(B) 324.19º 0.76% 0.64% -
XYZ 18.81 10.43 16.64 -
YUV 84.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 163 39 113 0 0.76 0.31 0.36 324.19 0.61 0.4
Hex A3 27 71 0 4C 1F 24 144 3D 28
Octal 243 47 161 0 114 37 44 504 75 50
Binary 10100011 100111 1110001 0 1001100 11111 100100 101000100 111101 101000

Color Harmonies of #A32771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32771

Black with #A32771

Text Example


Text Example

White with #A32771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32771; }

 p { color: rgb(163,39,113); }

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

background-color css

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

 a { background-color: rgb(163,39,113); }

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

border-color css

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

 span { border-color: rgb(163,39,113); }

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