Html Css Color HEX #A13682 Medium Red Violet

📋 copy color: '#A13682'

red 161 ◦ green 54 ◦ blue 130

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

Shades of Medium Red Violet #A13682

Tints of Medium Red Violet #A13682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.65%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 46.67%
G = 15.65%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A13682 (or 0xA13682) is known color: Medium Red Violet. HEX triplet: A1, 36 and 82. RGB value is (161,54,130). Sum of RGB (Red+Green+Blue) = 161+54+130=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A13682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13682 is #5EC97D. Grayscale: #5E5E5E. Windows color (decimal): -6211966 or 8533665. OLE color: 8533665.

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

Color convert

RGB 161 54 130 -
CMYK 0 0.66 0.19 0.37
HSL 317.38º 0.5% 0.42% -
HSV(B) 317.38º 0.66% 0.63% -
XYZ 20.05 11.83 22.35 -
YUV 94.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 161 54 130 0 0.66 0.19 0.37 317.38 0.5 0.42
Hex A1 36 82 0 42 13 25 13D 32 2A
Octal 241 66 202 0 102 23 45 475 62 52
Binary 10100001 110110 10000010 0 1000010 10011 100101 100111101 110010 101010

Color Harmonies of #A13682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13682

Black with #A13682

Text Example


Text Example

White with #A13682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13682; }

 p { color: rgb(161,54,130); }

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

background-color css

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

 a { background-color: rgb(161,54,130); }

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

border-color css

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

 span { border-color: rgb(161,54,130); }

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