Html Css Color HEX #A32381 Medium Red Violet

📋 copy color: '#A32381'

red 163 ◦ green 35 ◦ blue 129

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

Shades of Medium Red Violet #A32381

Tints of Medium Red Violet #A32381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.7%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 49.85%
G = 10.7%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A32381 (or 0xA32381) is known color: Medium Red Violet. HEX triplet: A3, 23 and 81. RGB value is (163,35,129). Sum of RGB (Red+Green+Blue) = 163+35+129=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A32381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32381 is #5CDC7E. Grayscale: #535353. Windows color (decimal): -6085759 or 8463267. OLE color: 8463267.

HSL color Cylindrical-coordinate representation of color #A32381: hue angle of 315.94º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32381 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 35 129 -
CMYK 0 0.79 0.21 0.36
HSL 315.94º 0.65% 0.39% -
HSV(B) 315.94º 0.79% 0.64% -
XYZ 19.67 10.57 21.77 -
YUV 83.99 153.41 184.36 -
System Red Green Blue C M Y K H S L
Decimal 163 35 129 0 0.79 0.21 0.36 315.94 0.65 0.39
Hex A3 23 81 0 4F 15 24 13C 41 27
Octal 243 43 201 0 117 25 44 474 101 47
Binary 10100011 100011 10000001 0 1001111 10101 100100 100111100 1000001 100111

Color Harmonies of #A32381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32381

Black with #A32381

Text Example


Text Example

White with #A32381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32381; }

 p { color: rgb(163,35,129); }

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

background-color css

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

 a { background-color: rgb(163,35,129); }

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

border-color css

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

 span { border-color: rgb(163,35,129); }

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