Html Css Color HEX #A42189 Medium Red Violet

📋 copy color: '#A42189'

red 164 ◦ green 33 ◦ blue 137

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

Shades of Medium Red Violet #A42189

Tints of Medium Red Violet #A42189

RGB

 RED value IS 164 (64.45% from 255) = 49.1%

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 49.1%
G = 9.88%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A42189 (or 0xA42189) is known color: Medium Red Violet. HEX triplet: A4, 21 and 89. RGB value is (164,33,137). Sum of RGB (Red+Green+Blue) = 164+33+137=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A42189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42189 is #5BDE76. Grayscale: #535353. Windows color (decimal): -6020727 or 8987044. OLE color: 8987044.

HSL color Cylindrical-coordinate representation of color #A42189: hue angle of 312.37º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42189 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 137 -
CMYK 0 0.80 0.16 0.36
HSL 312.37º 0.66% 0.39% -
HSV(B) 312.37º 0.8% 0.64% -
XYZ 20.37 10.79 24.68 -
YUV 84.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 164 33 137 0 0.80 0.16 0.36 312.37 0.66 0.39
Hex A4 21 89 0 50 10 24 138 42 27
Octal 244 41 211 0 120 20 44 470 102 47
Binary 10100100 100001 10001001 0 1010000 10000 100100 100111000 1000010 100111

Color Harmonies of #A42189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42189

Black with #A42189

Text Example


Text Example

White with #A42189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42189; }

 p { color: rgb(164,33,137); }

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

background-color css

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

 a { background-color: rgb(164,33,137); }

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

border-color css

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

 span { border-color: rgb(164,33,137); }

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