Html Css Color HEX #A44983 Medium Red Violet

📋 copy color: '#A44983'

red 164 ◦ green 73 ◦ blue 131

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

Shades of Medium Red Violet #A44983

Tints of Medium Red Violet #A44983

RGB

 RED value IS 164 (64.45% from 255) = 44.57%

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 131 (51.56% from 255) = 35.6%

R = 44.57%
G = 19.84%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44983 (or 0xA44983) is known color: Medium Red Violet. HEX triplet: A4, 49 and 83. RGB value is (164,73,131). Sum of RGB (Red+Green+Blue) = 164+73+131=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A44983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44983 is #5BB67C. Grayscale: #6A6A6A. Windows color (decimal): -6010493 or 8604068. OLE color: 8604068.

HSL color Cylindrical-coordinate representation of color #A44983: hue angle of 321.76º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44983 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 131 -
CMYK 0 0.55 0.20 0.36
HSL 321.76º 0.38% 0.46% -
HSV(B) 321.76º 0.55% 0.64% -
XYZ 21.79 14.3 23.08 -
YUV 106.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 164 73 131 0 0.55 0.20 0.36 321.76 0.38 0.46
Hex A4 49 83 0 37 14 24 142 26 2E
Octal 244 111 203 0 67 24 44 502 46 56
Binary 10100100 1001001 10000011 0 110111 10100 100100 101000010 100110 101110

Color Harmonies of #A44983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44983

Black with #A44983

Text Example


Text Example

White with #A44983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44983; }

 p { color: rgb(164,73,131); }

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

background-color css

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

 a { background-color: rgb(164,73,131); }

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

border-color css

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

 span { border-color: rgb(164,73,131); }

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