Html Css Color HEX #A12E88 Medium Red Violet

📋 copy color: '#A12E88'

red 161 ◦ green 46 ◦ blue 136

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

Shades of Medium Red Violet #A12E88

Tints of Medium Red Violet #A12E88

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.41%

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 46.94%
G = 13.41%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A12E88 (or 0xA12E88) is known color: Medium Red Violet. HEX triplet: A1, 2E and 88. RGB value is (161,46,136). Sum of RGB (Red+Green+Blue) = 161+46+136=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12E88 is #5ED177. Grayscale: #5A5A5A. Windows color (decimal): -6214008 or 8924833. OLE color: 8924833.

HSL color Cylindrical-coordinate representation of color #A12E88: hue angle of 313.04º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12E88 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 46 136 -
CMYK 0 0.71 0.16 0.37
HSL 313.04º 0.56% 0.41% -
HSV(B) 313.04º 0.71% 0.63% -
XYZ 20.12 11.31 24.41 -
YUV 90.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 161 46 136 0 0.71 0.16 0.37 313.04 0.56 0.41
Hex A1 2E 88 0 47 10 25 139 38 29
Octal 241 56 210 0 107 20 45 471 70 51
Binary 10100001 101110 10001000 0 1000111 10000 100101 100111001 111000 101001

Color Harmonies of #A12E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12E88

Black with #A12E88

Text Example


Text Example

White with #A12E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12E88; }

 p { color: rgb(161,46,136); }

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

background-color css

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

 a { background-color: rgb(161,46,136); }

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

border-color css

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

 span { border-color: rgb(161,46,136); }

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