Html Css Color HEX #A12C8D Medium Red Violet

📋 copy color: '#A12C8D'

red 161 ◦ green 44 ◦ blue 141

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

Shades of Medium Red Violet #A12C8D

Tints of Medium Red Violet #A12C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 46.53%
G = 12.72%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A12C8D (or 0xA12C8D) is known color: Medium Red Violet. HEX triplet: A1, 2C and 8D. RGB value is (161,44,141). Sum of RGB (Red+Green+Blue) = 161+44+141=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12C8D is #5ED372. Grayscale: #595959. Windows color (decimal): -6214515 or 9252001. OLE color: 9252001.

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

Color convert

RGB 161 44 141 -
CMYK 0 0.73 0.12 0.37
HSL 310.26º 0.57% 0.4% -
HSV(B) 310.26º 0.73% 0.63% -
XYZ 20.41 11.3 26.31 -
YUV 90.04 156.76 178.61 -
System Red Green Blue C M Y K H S L
Decimal 161 44 141 0 0.73 0.12 0.37 310.26 0.57 0.4
Hex A1 2C 8D 0 49 C 25 136 39 28
Octal 241 54 215 0 111 14 45 466 71 50
Binary 10100001 101100 10001101 0 1001001 1100 100101 100110110 111001 101000

Color Harmonies of #A12C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C8D

Black with #A12C8D

Text Example


Text Example

White with #A12C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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