Html Css Color HEX #A12B8E Medium Red Violet

📋 copy color: '#A12B8E'

red 161 ◦ green 43 ◦ blue 142

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

Shades of Medium Red Violet #A12B8E

Tints of Medium Red Violet #A12B8E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 46.53%
G = 12.43%
B = 41.04%

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

#A12B8E (or 0xA12B8E) is known color: Medium Red Violet. HEX triplet: A1, 2B and 8E. RGB value is (161,43,142). Sum of RGB (Red+Green+Blue) = 161+43+142=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12B8E is #5ED471. Grayscale: #595959. Windows color (decimal): -6214770 or 9317281. OLE color: 9317281.

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

Color convert

RGB 161 43 142 -
CMYK 0 0.73 0.12 0.37
HSL 309.66º 0.58% 0.4% -
HSV(B) 309.66º 0.73% 0.63% -
XYZ 20.44 11.26 26.69 -
YUV 89.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 161 43 142 0 0.73 0.12 0.37 309.66 0.58 0.4
Hex A1 2B 8E 0 49 C 25 136 3A 28
Octal 241 53 216 0 111 14 45 466 72 50
Binary 10100001 101011 10001110 0 1001001 1100 100101 100110110 111010 101000

Color Harmonies of #A12B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12B8E

Black with #A12B8E

Text Example


Text Example

White with #A12B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12B8E; }

 p { color: rgb(161,43,142); }

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

background-color css

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

 a { background-color: rgb(161,43,142); }

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

border-color css

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

 span { border-color: rgb(161,43,142); }

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