Html Css Color HEX #A13781 Medium Red Violet

📋 copy color: '#A13781'

red 161 ◦ green 55 ◦ blue 129

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

Shades of Medium Red Violet #A13781

Tints of Medium Red Violet #A13781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 46.67%
G = 15.94%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A13781 (or 0xA13781) is known color: Medium Red Violet. HEX triplet: A1, 37 and 81. RGB value is (161,55,129). Sum of RGB (Red+Green+Blue) = 161+55+129=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A13781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13781 is #5EC87E. Grayscale: #5E5E5E. Windows color (decimal): -6211711 or 8468385. OLE color: 8468385.

HSL color Cylindrical-coordinate representation of color #A13781: hue angle of 318.11º 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 #A13781 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 129 -
CMYK 0 0.66 0.20 0.37
HSL 318.11º 0.49% 0.42% -
HSV(B) 318.11º 0.66% 0.63% -
XYZ 20.03 11.89 22.01 -
YUV 95.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 161 55 129 0 0.66 0.20 0.37 318.11 0.49 0.42
Hex A1 37 81 0 42 14 25 13E 31 2A
Octal 241 67 201 0 102 24 45 476 61 52
Binary 10100001 110111 10000001 0 1000010 10100 100101 100111110 110001 101010

Color Harmonies of #A13781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13781

Black with #A13781

Text Example


Text Example

White with #A13781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13781; }

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

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

background-color css

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

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

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

border-color css

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

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

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