Html Css Color HEX #A12C92 Medium Red Violet

📋 copy color: '#A12C92'

red 161 ◦ green 44 ◦ blue 146

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

Shades of Medium Red Violet #A12C92

Tints of Medium Red Violet #A12C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 45.87%
G = 12.54%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A12C92 (or 0xA12C92) is known color: Medium Red Violet. HEX triplet: A1, 2C and 92. RGB value is (161,44,146). Sum of RGB (Red+Green+Blue) = 161+44+146=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12C92 is #5ED36D. Grayscale: #5A5A5A. Windows color (decimal): -6214510 or 9579681. OLE color: 9579681.

HSL color Cylindrical-coordinate representation of color #A12C92: hue angle of 307.69º 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 #A12C92 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 44 146 -
CMYK 0 0.73 0.09 0.37
HSL 307.69º 0.57% 0.4% -
HSV(B) 307.69º 0.73% 0.63% -
XYZ 20.79 11.45 28.31 -
YUV 90.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 161 44 146 0 0.73 0.09 0.37 307.69 0.57 0.4
Hex A1 2C 92 0 49 9 25 134 39 28
Octal 241 54 222 0 111 11 45 464 71 50
Binary 10100001 101100 10010010 0 1001001 1001 100101 100110100 111001 101000

Color Harmonies of #A12C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C92

Black with #A12C92

Text Example


Text Example

White with #A12C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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