Html Css Color HEX #A43680 Medium Red Violet

📋 copy color: '#A43680'

red 164 ◦ green 54 ◦ blue 128

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

Shades of Medium Red Violet #A43680

Tints of Medium Red Violet #A43680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.61%

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

R = 47.4%
G = 15.61%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A43680 (or 0xA43680) is known color: Medium Red Violet. HEX triplet: A4, 36 and 80. RGB value is (164,54,128). Sum of RGB (Red+Green+Blue) = 164+54+128=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A43680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43680 is #5BC97F. Grayscale: #5F5F5F. Windows color (decimal): -6015360 or 8402596. OLE color: 8402596.

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

Color convert

RGB 164 54 128 -
CMYK 0 0.67 0.22 0.36
HSL 319.64º 0.5% 0.43% -
HSV(B) 319.64º 0.67% 0.64% -
XYZ 20.53 12.09 21.67 -
YUV 95.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 164 54 128 0 0.67 0.22 0.36 319.64 0.5 0.43
Hex A4 36 80 0 43 16 24 140 32 2B
Octal 244 66 200 0 103 26 44 500 62 53
Binary 10100100 110110 10000000 0 1000011 10110 100100 101000000 110010 101011

Color Harmonies of #A43680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43680

Black with #A43680

Text Example


Text Example

White with #A43680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43680; }

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

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

background-color css

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

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

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

border-color css

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

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

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