Html Css Color HEX #A13790 Medium Red Violet

📋 copy color: '#A13790'

red 161 ◦ green 55 ◦ blue 144

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

Shades of Medium Red Violet #A13790

Tints of Medium Red Violet #A13790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.28%

 BLUE value IS 144 (56.64% from 255) = 40%

R = 44.72%
G = 15.28%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A13790 (or 0xA13790) is known color: Medium Red Violet. HEX triplet: A1, 37 and 90. RGB value is (161,55,144). Sum of RGB (Red+Green+Blue) = 161+55+144=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A13790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13790 is #5EC86F. Grayscale: #606060. Windows color (decimal): -6211696 or 9451425. OLE color: 9451425.

HSL color Cylindrical-coordinate representation of color #A13790: hue angle of 309.62º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13790 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 144 -
CMYK 0 0.66 0.11 0.37
HSL 309.62º 0.49% 0.42% -
HSV(B) 309.62º 0.66% 0.63% -
XYZ 21.1 12.32 27.65 -
YUV 96.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 161 55 144 0 0.66 0.11 0.37 309.62 0.49 0.42
Hex A1 37 90 0 42 B 25 136 31 2A
Octal 241 67 220 0 102 13 45 466 61 52
Binary 10100001 110111 10010000 0 1000010 1011 100101 100110110 110001 101010

Color Harmonies of #A13790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13790

Black with #A13790

Text Example


Text Example

White with #A13790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13790; }

 p { color: rgb(161,55,144); }

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

background-color css

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

 a { background-color: rgb(161,55,144); }

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

border-color css

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

 span { border-color: rgb(161,55,144); }

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