Html Css Color HEX #A44A8A Medium Red Violet

📋 copy color: '#A44A8A'

red 164 ◦ green 74 ◦ blue 138

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

Shades of Medium Red Violet #A44A8A

Tints of Medium Red Violet #A44A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

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

R = 43.62%
G = 19.68%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A44A8A (or 0xA44A8A) is known color: Medium Red Violet. HEX triplet: A4, 4A and 8A. RGB value is (164,74,138). Sum of RGB (Red+Green+Blue) = 164+74+138=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44A8A is #5BB575. Grayscale: #6C6C6C. Windows color (decimal): -6010230 or 9063076. OLE color: 9063076.

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

Color convert

RGB 164 74 138 -
CMYK 0 0.55 0.16 0.36
HSL 317.33º 0.38% 0.47% -
HSV(B) 317.33º 0.55% 0.64% -
XYZ 22.35 14.63 25.69 -
YUV 108.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 164 74 138 0 0.55 0.16 0.36 317.33 0.38 0.47
Hex A4 4A 8A 0 37 10 24 13D 26 2F
Octal 244 112 212 0 67 20 44 475 46 57
Binary 10100100 1001010 10001010 0 110111 10000 100100 100111101 100110 101111

Color Harmonies of #A44A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A8A

Black with #A44A8A

Text Example


Text Example

White with #A44A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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