Html Css Color HEX #A42199 Medium Red Violet

📋 copy color: '#A42199'

red 164 ◦ green 33 ◦ blue 153

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

Shades of Medium Red Violet #A42199

Tints of Medium Red Violet #A42199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 46.86%
G = 9.43%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A42199 (or 0xA42199) is known color: Medium Red Violet. HEX triplet: A4, 21 and 99. RGB value is (164,33,153). Sum of RGB (Red+Green+Blue) = 164+33+153=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A42199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42199 is #5BDE66. Grayscale: #555555. Windows color (decimal): -6020711 or 10035620. OLE color: 10035620.

HSL color Cylindrical-coordinate representation of color #A42199: hue angle of 305.04º 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 #A42199 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 153 -
CMYK 0 0.80 0.07 0.36
HSL 305.04º 0.66% 0.39% -
HSV(B) 305.04º 0.8% 0.64% -
XYZ 21.6 11.28 31.18 -
YUV 85.85 165.9 183.74 -
System Red Green Blue C M Y K H S L
Decimal 164 33 153 0 0.80 0.07 0.36 305.04 0.66 0.39
Hex A4 21 99 0 50 7 24 131 42 27
Octal 244 41 231 0 120 7 44 461 102 47
Binary 10100100 100001 10011001 0 1010000 111 100100 100110001 1000010 100111

Color Harmonies of #A42199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42199

Black with #A42199

Text Example


Text Example

White with #A42199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42199; }

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

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

background-color css

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

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

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

border-color css

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

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

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