Html Css Color HEX #A13482 Medium Red Violet

📋 copy color: '#A13482'

red 161 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #A13482

Tints of Medium Red Violet #A13482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

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

R = 46.94%
G = 15.16%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A13482 (or 0xA13482) is known color: Medium Red Violet. HEX triplet: A1, 34 and 82. RGB value is (161,52,130). Sum of RGB (Red+Green+Blue) = 161+52+130=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A13482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13482 is #5ECB7D. Grayscale: #5D5D5D. Windows color (decimal): -6212478 or 8533153. OLE color: 8533153.

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

Color convert

RGB 161 52 130 -
CMYK 0 0.68 0.19 0.37
HSL 317.06º 0.51% 0.42% -
HSV(B) 317.06º 0.68% 0.63% -
XYZ 19.96 11.64 22.32 -
YUV 93.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 161 52 130 0 0.68 0.19 0.37 317.06 0.51 0.42
Hex A1 34 82 0 44 13 25 13D 33 2A
Octal 241 64 202 0 104 23 45 475 63 52
Binary 10100001 110100 10000010 0 1000100 10011 100101 100111101 110011 101010

Color Harmonies of #A13482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13482

Black with #A13482

Text Example


Text Example

White with #A13482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13482; }

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

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

background-color css

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

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

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

border-color css

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

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

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