Html Css Color HEX #A44490 Medium Red Violet

📋 copy color: '#A44490'

red 164 ◦ green 68 ◦ blue 144

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

Shades of Medium Red Violet #A44490

Tints of Medium Red Violet #A44490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.09%

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

R = 43.62%
G = 18.09%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A44490 (or 0xA44490) is known color: Medium Red Violet. HEX triplet: A4, 44 and 90. RGB value is (164,68,144). Sum of RGB (Red+Green+Blue) = 164+68+144=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A44490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44490 is #5BBB6F. Grayscale: #696969. Windows color (decimal): -6011760 or 9454756. OLE color: 9454756.

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

Color convert

RGB 164 68 144 -
CMYK 0 0.59 0.12 0.36
HSL 312.5º 0.41% 0.45% -
HSV(B) 312.5º 0.59% 0.64% -
XYZ 22.41 14.04 27.91 -
YUV 105.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 164 68 144 0 0.59 0.12 0.36 312.5 0.41 0.45
Hex A4 44 90 0 3B C 24 138 29 2D
Octal 244 104 220 0 73 14 44 470 51 55
Binary 10100100 1000100 10010000 0 111011 1100 100100 100111000 101001 101101

Color Harmonies of #A44490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44490

Black with #A44490

Text Example


Text Example

White with #A44490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44490; }

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

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

background-color css

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

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

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

border-color css

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

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

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