Html Css Color HEX #A43780 Medium Red Violet

📋 copy color: '#A43780'

red 164 ◦ green 55 ◦ blue 128

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

Shades of Medium Red Violet #A43780

Tints of Medium Red Violet #A43780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 47.26%
G = 15.85%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A43780 (or 0xA43780) is known color: Medium Red Violet. HEX triplet: A4, 37 and 80. RGB value is (164,55,128). Sum of RGB (Red+Green+Blue) = 164+55+128=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A43780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43780 is #5BC87F. Grayscale: #5F5F5F. Windows color (decimal): -6015104 or 8402852. OLE color: 8402852.

HSL color Cylindrical-coordinate representation of color #A43780: hue angle of 319.82º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43780 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 55 128 -
CMYK 0 0.66 0.22 0.36
HSL 319.82º 0.5% 0.43% -
HSV(B) 319.82º 0.66% 0.64% -
XYZ 20.57 12.18 21.69 -
YUV 95.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 164 55 128 0 0.66 0.22 0.36 319.82 0.5 0.43
Hex A4 37 80 0 42 16 24 140 32 2B
Octal 244 67 200 0 102 26 44 500 62 53
Binary 10100100 110111 10000000 0 1000010 10110 100100 101000000 110010 101011

Color Harmonies of #A43780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43780

Black with #A43780

Text Example


Text Example

White with #A43780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43780; }

 p { color: rgb(164,55,128); }

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

background-color css

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

 a { background-color: rgb(164,55,128); }

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

border-color css

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

 span { border-color: rgb(164,55,128); }

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