Html Css Color HEX #A13991 Medium Red Violet

📋 copy color: '#A13991'

red 161 ◦ green 57 ◦ blue 145

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

Shades of Medium Red Violet #A13991

Tints of Medium Red Violet #A13991

RGB

 RED value IS 161 (63.28% from 255) = 44.35%

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 44.35%
G = 15.7%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A13991 (or 0xA13991) is known color: Medium Red Violet. HEX triplet: A1, 39 and 91. RGB value is (161,57,145). Sum of RGB (Red+Green+Blue) = 161+57+145=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A13991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13991 is #5EC66E. Grayscale: #616161. Windows color (decimal): -6211183 or 9517473. OLE color: 9517473.

HSL color Cylindrical-coordinate representation of color #A13991: hue angle of 309.23º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13991 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 57 145 -
CMYK 0 0.65 0.10 0.37
HSL 309.23º 0.48% 0.43% -
HSV(B) 309.23º 0.65% 0.63% -
XYZ 21.27 12.55 28.09 -
YUV 98.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 161 57 145 0 0.65 0.10 0.37 309.23 0.48 0.43
Hex A1 39 91 0 41 A 25 135 30 2B
Octal 241 71 221 0 101 12 45 465 60 53
Binary 10100001 111001 10010001 0 1000001 1010 100101 100110101 110000 101011

Color Harmonies of #A13991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13991

Black with #A13991

Text Example


Text Example

White with #A13991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13991; }

 p { color: rgb(161,57,145); }

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

background-color css

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

 a { background-color: rgb(161,57,145); }

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

border-color css

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

 span { border-color: rgb(161,57,145); }

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