Html Css Color HEX #A44D8A Medium Red Violet

📋 copy color: '#A44D8A'

red 164 ◦ green 77 ◦ blue 138

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

Shades of Medium Red Violet #A44D8A

Tints of Medium Red Violet #A44D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.32%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 43.27%
G = 20.32%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A44D8A (or 0xA44D8A) is known color: Medium Red Violet. HEX triplet: A4, 4D and 8A. RGB value is (164,77,138). Sum of RGB (Red+Green+Blue) = 164+77+138=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D8A is #5BB275. Grayscale: #6D6D6D. Windows color (decimal): -6009462 or 9063844. OLE color: 9063844.

HSL color Cylindrical-coordinate representation of color #A44D8A: hue angle of 317.93º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D8A is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 77 138 -
CMYK 0 0.53 0.16 0.36
HSL 317.93º 0.36% 0.47% -
HSV(B) 317.93º 0.53% 0.64% -
XYZ 22.55 15.04 25.76 -
YUV 109.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 164 77 138 0 0.53 0.16 0.36 317.93 0.36 0.47
Hex A4 4D 8A 0 35 10 24 13E 24 2F
Octal 244 115 212 0 65 20 44 476 44 57
Binary 10100100 1001101 10001010 0 110101 10000 100100 100111110 100100 101111

Color Harmonies of #A44D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D8A

Black with #A44D8A

Text Example


Text Example

White with #A44D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D8A; }

 p { color: rgb(164,77,138); }

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

background-color css

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

 a { background-color: rgb(164,77,138); }

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

border-color css

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

 span { border-color: rgb(164,77,138); }

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