Html Css Color HEX #A32D8D Medium Red Violet

📋 copy color: '#A32D8D'

red 163 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #A32D8D

Tints of Medium Red Violet #A32D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 46.7%
G = 12.89%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A32D8D (or 0xA32D8D) is known color: Medium Red Violet. HEX triplet: A3, 2D and 8D. RGB value is (163,45,141). Sum of RGB (Red+Green+Blue) = 163+45+141=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32D8D is #5CD272. Grayscale: #5A5A5A. Windows color (decimal): -6083187 or 9252259. OLE color: 9252259.

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

Color convert

RGB 163 45 141 -
CMYK 0 0.72 0.13 0.36
HSL 311.19º 0.57% 0.41% -
HSV(B) 311.19º 0.72% 0.64% -
XYZ 20.85 11.59 26.34 -
YUV 91.23 156.09 179.19 -
System Red Green Blue C M Y K H S L
Decimal 163 45 141 0 0.72 0.13 0.36 311.19 0.57 0.41
Hex A3 2D 8D 0 48 D 24 137 39 29
Octal 243 55 215 0 110 15 44 467 71 51
Binary 10100011 101101 10001101 0 1001000 1101 100100 100110111 111001 101001

Color Harmonies of #A32D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32D8D

Black with #A32D8D

Text Example


Text Example

White with #A32D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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