Html Css Color HEX #A43391 Medium Red Violet

📋 copy color: '#A43391'

red 164 ◦ green 51 ◦ blue 145

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

Shades of Medium Red Violet #A43391

Tints of Medium Red Violet #A43391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 45.56%
G = 14.17%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A43391 (or 0xA43391) is known color: Medium Red Violet. HEX triplet: A4, 33 and 91. RGB value is (164,51,145). Sum of RGB (Red+Green+Blue) = 164+51+145=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A43391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43391 is #5BCC6E. Grayscale: #5F5F5F. Windows color (decimal): -6016111 or 9515940. OLE color: 9515940.

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

Color convert

RGB 164 51 145 -
CMYK 0 0.69 0.12 0.36
HSL 310.09º 0.53% 0.42% -
HSV(B) 310.09º 0.69% 0.64% -
XYZ 21.6 12.3 28.02 -
YUV 95.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 164 51 145 0 0.69 0.12 0.36 310.09 0.53 0.42
Hex A4 33 91 0 45 C 24 136 35 2A
Octal 244 63 221 0 105 14 44 466 65 52
Binary 10100100 110011 10010001 0 1000101 1100 100100 100110110 110101 101010

Color Harmonies of #A43391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43391

Black with #A43391

Text Example


Text Example

White with #A43391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43391; }

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

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

background-color css

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

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

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

border-color css

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

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

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