Html Css Color HEX #A44590 Medium Red Violet

📋 copy color: '#A44590'

red 164 ◦ green 69 ◦ blue 144

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

Shades of Medium Red Violet #A44590

Tints of Medium Red Violet #A44590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 43.5%
G = 18.3%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A44590 (or 0xA44590) is known color: Medium Red Violet. HEX triplet: A4, 45 and 90. RGB value is (164,69,144). Sum of RGB (Red+Green+Blue) = 164+69+144=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A44590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44590 is #5BBA6F. Grayscale: #696969. Windows color (decimal): -6011504 or 9455012. OLE color: 9455012.

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

Color convert

RGB 164 69 144 -
CMYK 0 0.58 0.12 0.36
HSL 312.63º 0.41% 0.46% -
HSV(B) 312.63º 0.58% 0.64% -
XYZ 22.47 14.16 27.93 -
YUV 105.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 164 69 144 0 0.58 0.12 0.36 312.63 0.41 0.46
Hex A4 45 90 0 3A C 24 139 29 2E
Octal 244 105 220 0 72 14 44 471 51 56
Binary 10100100 1000101 10010000 0 111010 1100 100100 100111001 101001 101110

Color Harmonies of #A44590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44590

Black with #A44590

Text Example


Text Example

White with #A44590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44590; }

 p { color: rgb(164,69,144); }

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

background-color css

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

 a { background-color: rgb(164,69,144); }

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

border-color css

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

 span { border-color: rgb(164,69,144); }

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