Html Css Color HEX #A91392 Medium Violet Red

📋 copy color: '#A91392'

red 169 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #A91392

Tints of Medium Violet Red #A91392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 50.6%
G = 5.69%
B = 43.71%

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

#A91392 (or 0xA91392) is known color: Medium Violet Red. HEX triplet: A9, 13 and 92. RGB value is (169,19,146). Sum of RGB (Red+Green+Blue) = 169+19+146=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A91392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91392 is #56EC6D. Grayscale: #4D4D4D. Windows color (decimal): -5696622 or 9573289. OLE color: 9573289.

HSL color Cylindrical-coordinate representation of color #A91392: hue angle of 309.2º 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 #A91392 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 146 -
CMYK 0 0.89 0.14 0.34
HSL 309.2º 0.8% 0.37% -
HSV(B) 309.2º 0.89% 0.66% -
XYZ 21.78 10.98 28.16 -
YUV 78.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 169 19 146 0 0.89 0.14 0.34 309.2 0.8 0.37
Hex A9 13 92 0 59 E 22 135 50 25
Octal 251 23 222 0 131 16 42 465 120 45
Binary 10101001 10011 10010010 0 1011001 1110 100010 100110101 1010000 100101

Color Harmonies of #A91392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91392

Black with #A91392

Text Example


Text Example

White with #A91392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91392; }

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

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

background-color css

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

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

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

border-color css

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

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

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