Html Css Color HEX #A43380 Medium Red Violet

📋 copy color: '#A43380'

red 164 ◦ green 51 ◦ blue 128

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

Shades of Medium Red Violet #A43380

Tints of Medium Red Violet #A43380

RGB

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

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

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

R = 47.81%
G = 14.87%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A43380 (or 0xA43380) is known color: Medium Red Violet. HEX triplet: A4, 33 and 80. RGB value is (164,51,128). Sum of RGB (Red+Green+Blue) = 164+51+128=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A43380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43380 is #5BCC7F. Grayscale: #5D5D5D. Windows color (decimal): -6016128 or 8401828. OLE color: 8401828.

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

Color convert

RGB 164 51 128 -
CMYK 0 0.69 0.22 0.36
HSL 319.12º 0.53% 0.42% -
HSV(B) 319.12º 0.69% 0.64% -
XYZ 20.39 11.82 21.63 -
YUV 93.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 164 51 128 0 0.69 0.22 0.36 319.12 0.53 0.42
Hex A4 33 80 0 45 16 24 13F 35 2A
Octal 244 63 200 0 105 26 44 477 65 52
Binary 10100100 110011 10000000 0 1000101 10110 100100 100111111 110101 101010

Color Harmonies of #A43380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43380

Black with #A43380

Text Example


Text Example

White with #A43380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43380; }

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

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

background-color css

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

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

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

border-color css

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

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

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