Html Css Color HEX #A91191 Medium Violet Red

📋 copy color: '#A91191'

red 169 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #A91191

Tints of Medium Violet Red #A91191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.14%

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

R = 51.06%
G = 5.14%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#A91191 (or 0xA91191) is known color: Medium Violet Red. HEX triplet: A9, 11 and 91. RGB value is (169,17,145). Sum of RGB (Red+Green+Blue) = 169+17+145=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A91191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91191 is #56EE6E. Grayscale: #4C4C4C. Windows color (decimal): -5697135 or 9507241. OLE color: 9507241.

HSL color Cylindrical-coordinate representation of color #A91191: hue angle of 309.47º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91191 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 145 -
CMYK 0 0.90 0.14 0.34
HSL 309.47º 0.82% 0.36% -
HSV(B) 309.47º 0.9% 0.66% -
XYZ 21.67 10.88 27.75 -
YUV 77.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 169 17 145 0 0.90 0.14 0.34 309.47 0.82 0.36
Hex A9 11 91 0 5A E 22 135 52 24
Octal 251 21 221 0 132 16 42 465 122 44
Binary 10101001 10001 10010001 0 1011010 1110 100010 100110101 1010010 100100

Color Harmonies of #A91191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91191

Black with #A91191

Text Example


Text Example

White with #A91191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91191; }

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

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

background-color css

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

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

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

border-color css

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

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

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