Html Css Color HEX #A43180 Medium Red Violet

📋 copy color: '#A43180'

red 164 ◦ green 49 ◦ blue 128

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

Shades of Medium Red Violet #A43180

Tints of Medium Red Violet #A43180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.37%

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

R = 48.09%
G = 14.37%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A43180 (or 0xA43180) is known color: Medium Red Violet. HEX triplet: A4, 31 and 80. RGB value is (164,49,128). Sum of RGB (Red+Green+Blue) = 164+49+128=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A43180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43180 is #5BCE7F. Grayscale: #5C5C5C. Windows color (decimal): -6016640 or 8401316. OLE color: 8401316.

HSL color Cylindrical-coordinate representation of color #A43180: hue angle of 318.78º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43180 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 128 -
CMYK 0 0.70 0.22 0.36
HSL 318.78º 0.54% 0.42% -
HSV(B) 318.78º 0.7% 0.64% -
XYZ 20.3 11.65 21.6 -
YUV 92.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 164 49 128 0 0.70 0.22 0.36 318.78 0.54 0.42
Hex A4 31 80 0 46 16 24 13F 36 2A
Octal 244 61 200 0 106 26 44 477 66 52
Binary 10100100 110001 10000000 0 1000110 10110 100100 100111111 110110 101010

Color Harmonies of #A43180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43180

Black with #A43180

Text Example


Text Example

White with #A43180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43180; }

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

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

background-color css

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

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

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

border-color css

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

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

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