Html Css Color HEX #A12980 Medium Red Violet

📋 copy color: '#A12980'

red 161 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #A12980

Tints of Medium Red Violet #A12980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 48.79%
G = 12.42%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A12980 (or 0xA12980) is known color: Medium Red Violet. HEX triplet: A1, 29 and 80. RGB value is (161,41,128). Sum of RGB (Red+Green+Blue) = 161+41+128=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A12980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12980 is #5ED67F. Grayscale: #565656. Windows color (decimal): -6215296 or 8399265. OLE color: 8399265.

HSL color Cylindrical-coordinate representation of color #A12980: hue angle of 316.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12980 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 128 -
CMYK 0 0.75 0.20 0.37
HSL 316.5º 0.59% 0.4% -
HSV(B) 316.5º 0.75% 0.63% -
XYZ 19.39 10.72 21.47 -
YUV 86.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 161 41 128 0 0.75 0.20 0.37 316.5 0.59 0.4
Hex A1 29 80 0 4B 14 25 13C 3B 28
Octal 241 51 200 0 113 24 45 474 73 50
Binary 10100001 101001 10000000 0 1001011 10100 100101 100111100 111011 101000

Color Harmonies of #A12980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12980

Black with #A12980

Text Example


Text Example

White with #A12980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12980; }

 p { color: rgb(161,41,128); }

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

background-color css

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

 a { background-color: rgb(161,41,128); }

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

border-color css

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

 span { border-color: rgb(161,41,128); }

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