Html Css Color HEX #A12B8D Medium Red Violet

📋 copy color: '#A12B8D'

red 161 ◦ green 43 ◦ blue 141

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

Shades of Medium Red Violet #A12B8D

Tints of Medium Red Violet #A12B8D

RGB

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

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

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

R = 46.67%
G = 12.46%
B = 40.87%

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

#A12B8D (or 0xA12B8D) is known color: Medium Red Violet. HEX triplet: A1, 2B and 8D. RGB value is (161,43,141). Sum of RGB (Red+Green+Blue) = 161+43+141=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12B8D is #5ED472. Grayscale: #595959. Windows color (decimal): -6214771 or 9251745. OLE color: 9251745.

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

Color convert

RGB 161 43 141 -
CMYK 0 0.73 0.12 0.37
HSL 310.17º 0.58% 0.4% -
HSV(B) 310.17º 0.73% 0.63% -
XYZ 20.37 11.23 26.29 -
YUV 89.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 161 43 141 0 0.73 0.12 0.37 310.17 0.58 0.4
Hex A1 2B 8D 0 49 C 25 136 3A 28
Octal 241 53 215 0 111 14 45 466 72 50
Binary 10100001 101011 10001101 0 1001001 1100 100101 100110110 111010 101000

Color Harmonies of #A12B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12B8D

Black with #A12B8D

Text Example


Text Example

White with #A12B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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