Html Css Color HEX #A43192 Medium Red Violet

📋 copy color: '#A43192'

red 164 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #A43192

Tints of Medium Red Violet #A43192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.65%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 45.68%
G = 13.65%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A43192 (or 0xA43192) is known color: Medium Red Violet. HEX triplet: A4, 31 and 92. RGB value is (164,49,146). Sum of RGB (Red+Green+Blue) = 164+49+146=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A43192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43192 is #5BCE6D. Grayscale: #5E5E5E. Windows color (decimal): -6016622 or 9580964. OLE color: 9580964.

HSL color Cylindrical-coordinate representation of color #A43192: hue angle of 309.39º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43192 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 146 -
CMYK 0 0.70 0.11 0.36
HSL 309.39º 0.54% 0.42% -
HSV(B) 309.39º 0.7% 0.64% -
XYZ 21.6 12.16 28.4 -
YUV 94.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 164 49 146 0 0.70 0.11 0.36 309.39 0.54 0.42
Hex A4 31 92 0 46 B 24 135 36 2A
Octal 244 61 222 0 106 13 44 465 66 52
Binary 10100100 110001 10010010 0 1000110 1011 100100 100110101 110110 101010

Color Harmonies of #A43192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43192

Black with #A43192

Text Example


Text Example

White with #A43192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43192; }

 p { color: rgb(164,49,146); }

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

background-color css

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

 a { background-color: rgb(164,49,146); }

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

border-color css

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

 span { border-color: rgb(164,49,146); }

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