Html Css Color HEX #A43392 Medium Red Violet

📋 copy color: '#A43392'

red 164 ◦ green 51 ◦ blue 146

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

Shades of Medium Red Violet #A43392

Tints of Medium Red Violet #A43392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

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

R = 45.43%
G = 14.13%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A43392 (or 0xA43392) is known color: Medium Red Violet. HEX triplet: A4, 33 and 92. RGB value is (164,51,146). Sum of RGB (Red+Green+Blue) = 164+51+146=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A43392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43392 is #5BCC6D. Grayscale: #5F5F5F. Windows color (decimal): -6016110 or 9581476. OLE color: 9581476.

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

Color convert

RGB 164 51 146 -
CMYK 0 0.69 0.11 0.36
HSL 309.56º 0.53% 0.42% -
HSV(B) 309.56º 0.69% 0.64% -
XYZ 21.68 12.34 28.43 -
YUV 95.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 164 51 146 0 0.69 0.11 0.36 309.56 0.53 0.42
Hex A4 33 92 0 45 B 24 136 35 2A
Octal 244 63 222 0 105 13 44 466 65 52
Binary 10100100 110011 10010010 0 1000101 1011 100100 100110110 110101 101010

Color Harmonies of #A43392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43392

Black with #A43392

Text Example


Text Example

White with #A43392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43392; }

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

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

background-color css

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

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

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

border-color css

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

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

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