Html Css Color HEX #A12976 Medium Red Violet

📋 copy color: '#A12976'

red 161 ◦ green 41 ◦ blue 118

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

Shades of Medium Red Violet #A12976

Tints of Medium Red Violet #A12976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 50.31%
G = 12.81%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A12976 (or 0xA12976) is known color: Medium Red Violet. HEX triplet: A1, 29 and 76. RGB value is (161,41,118). Sum of RGB (Red+Green+Blue) = 161+41+118=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A12976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12976 is #5ED689. Grayscale: #555555. Windows color (decimal): -6215306 or 7743905. OLE color: 7743905.

HSL color Cylindrical-coordinate representation of color #A12976: hue angle of 321.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 #A12976 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 118 -
CMYK 0 0.75 0.27 0.37
HSL 321.5º 0.59% 0.4% -
HSV(B) 321.5º 0.75% 0.63% -
XYZ 18.76 10.47 18.17 -
YUV 85.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 161 41 118 0 0.75 0.27 0.37 321.5 0.59 0.4
Hex A1 29 76 0 4B 1B 25 142 3B 28
Octal 241 51 166 0 113 33 45 502 73 50
Binary 10100001 101001 1110110 0 1001011 11011 100101 101000010 111011 101000

Color Harmonies of #A12976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12976

Black with #A12976

Text Example


Text Example

White with #A12976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12976; }

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

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

background-color css

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

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

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

border-color css

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

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

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