Html Css Color HEX #A91391 Medium Violet Red

📋 copy color: '#A91391'

red 169 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #A91391

Tints of Medium Violet Red #A91391

RGB

 RED value IS 169 (66.41% from 255) = 50.75%

 GREEN value IS 19 (7.81% from 255) = 5.71%

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

R = 50.75%
G = 5.71%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A91391 (or 0xA91391) is known color: Medium Violet Red. HEX triplet: A9, 13 and 91. RGB value is (169,19,145). Sum of RGB (Red+Green+Blue) = 169+19+145=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A91391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91391 is #56EC6E. Grayscale: #4D4D4D. Windows color (decimal): -5696623 or 9507753. OLE color: 9507753.

HSL color Cylindrical-coordinate representation of color #A91391: hue angle of 309.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91391 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 145 -
CMYK 0 0.89 0.14 0.34
HSL 309.6º 0.8% 0.37% -
HSV(B) 309.6º 0.89% 0.66% -
XYZ 21.71 10.95 27.76 -
YUV 78.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 169 19 145 0 0.89 0.14 0.34 309.6 0.8 0.37
Hex A9 13 91 0 59 E 22 136 50 25
Octal 251 23 221 0 131 16 42 466 120 45
Binary 10101001 10011 10010001 0 1011001 1110 100010 100110110 1010000 100101

Color Harmonies of #A91391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91391

Black with #A91391

Text Example


Text Example

White with #A91391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91391; }

 p { color: rgb(169,19,145); }

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

background-color css

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

 a { background-color: rgb(169,19,145); }

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

border-color css

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

 span { border-color: rgb(169,19,145); }

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