Html Css Color HEX #A44190 Medium Red Violet

📋 copy color: '#A44190'

red 164 ◦ green 65 ◦ blue 144

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

Shades of Medium Red Violet #A44190

Tints of Medium Red Violet #A44190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 43.97%
G = 17.43%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A44190 (or 0xA44190) is known color: Medium Red Violet. HEX triplet: A4, 41 and 90. RGB value is (164,65,144). Sum of RGB (Red+Green+Blue) = 164+65+144=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A44190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44190 is #5BBE6F. Grayscale: #676767. Windows color (decimal): -6012528 or 9453988. OLE color: 9453988.

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

Color convert

RGB 164 65 144 -
CMYK 0 0.60 0.12 0.36
HSL 312.12º 0.43% 0.45% -
HSV(B) 312.12º 0.6% 0.64% -
XYZ 22.23 13.69 27.86 -
YUV 103.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 164 65 144 0 0.60 0.12 0.36 312.12 0.43 0.45
Hex A4 41 90 0 3C C 24 138 2B 2D
Octal 244 101 220 0 74 14 44 470 53 55
Binary 10100100 1000001 10010000 0 111100 1100 100100 100111000 101011 101101

Color Harmonies of #A44190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44190

Black with #A44190

Text Example


Text Example

White with #A44190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44190; }

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

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

background-color css

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

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

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

border-color css

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

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

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