Html Css Color HEX #A12C81 Medium Red Violet

📋 copy color: '#A12C81'

red 161 ◦ green 44 ◦ blue 129

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

Shades of Medium Red Violet #A12C81

Tints of Medium Red Violet #A12C81

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

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

R = 48.2%
G = 13.17%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A12C81 (or 0xA12C81) is known color: Medium Red Violet. HEX triplet: A1, 2C and 81. RGB value is (161,44,129). Sum of RGB (Red+Green+Blue) = 161+44+129=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12C81 is #5ED37E. Grayscale: #585858. Windows color (decimal): -6214527 or 8465569. OLE color: 8465569.

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

Color convert

RGB 161 44 129 -
CMYK 0 0.73 0.20 0.37
HSL 316.41º 0.57% 0.4% -
HSV(B) 316.41º 0.73% 0.63% -
XYZ 19.56 10.96 21.85 -
YUV 88.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 161 44 129 0 0.73 0.20 0.37 316.41 0.57 0.4
Hex A1 2C 81 0 49 14 25 13C 39 28
Octal 241 54 201 0 111 24 45 474 71 50
Binary 10100001 101100 10000001 0 1001001 10100 100101 100111100 111001 101000

Color Harmonies of #A12C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C81

Black with #A12C81

Text Example


Text Example

White with #A12C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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