Html Css Color HEX #A44191 Medium Red Violet

📋 copy color: '#A44191'

red 164 ◦ green 65 ◦ blue 145

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

Shades of Medium Red Violet #A44191

Tints of Medium Red Violet #A44191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.77%

R = 43.85%
G = 17.38%
B = 38.77%

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

#A44191 (or 0xA44191) is known color: Medium Red Violet. HEX triplet: A4, 41 and 91. RGB value is (164,65,145). Sum of RGB (Red+Green+Blue) = 164+65+145=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A44191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44191 is #5BBE6E. Grayscale: #676767. Windows color (decimal): -6012527 or 9519524. OLE color: 9519524.

HSL color Cylindrical-coordinate representation of color #A44191: hue angle of 311.52º 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 #A44191 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 145 -
CMYK 0 0.60 0.12 0.36
HSL 311.52º 0.43% 0.45% -
HSV(B) 311.52º 0.6% 0.64% -
XYZ 22.31 13.72 28.26 -
YUV 103.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 164 65 145 0 0.60 0.12 0.36 311.52 0.43 0.45
Hex A4 41 91 0 3C C 24 138 2B 2D
Octal 244 101 221 0 74 14 44 470 53 55
Binary 10100100 1000001 10010001 0 111100 1100 100100 100111000 101011 101101

Color Harmonies of #A44191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44191

Black with #A44191

Text Example


Text Example

White with #A44191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44191; }

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

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

background-color css

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

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

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

border-color css

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

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

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