Html Css Color HEX #A12974 Medium Red Violet

📋 copy color: '#A12974'

red 161 ◦ green 41 ◦ blue 116

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

Shades of Medium Red Violet #A12974

Tints of Medium Red Violet #A12974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 50.63%
G = 12.89%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A12974 (or 0xA12974) is known color: Medium Red Violet. HEX triplet: A1, 29 and 74. RGB value is (161,41,116). Sum of RGB (Red+Green+Blue) = 161+41+116=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A12974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12974 is #5ED68B. Grayscale: #555555. Windows color (decimal): -6215308 or 7612833. OLE color: 7612833.

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

Color convert

RGB 161 41 116 -
CMYK 0 0.75 0.28 0.37
HSL 322.5º 0.59% 0.4% -
HSV(B) 322.5º 0.75% 0.63% -
XYZ 18.64 10.42 17.55 -
YUV 85.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 161 41 116 0 0.75 0.28 0.37 322.5 0.59 0.4
Hex A1 29 74 0 4B 1C 25 142 3B 28
Octal 241 51 164 0 113 34 45 502 73 50
Binary 10100001 101001 1110100 0 1001011 11100 100101 101000010 111011 101000

Color Harmonies of #A12974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12974

Black with #A12974

Text Example


Text Example

White with #A12974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12974; }

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

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

background-color css

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

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

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

border-color css

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

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

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