Html Css Color HEX #A04580 Medium Red Violet

📋 copy color: '#A04580'

red 160 ◦ green 69 ◦ blue 128

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

Shades of Medium Red Violet #A04580

Tints of Medium Red Violet #A04580

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 44.82%
G = 19.33%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A04580 (or 0xA04580) is known color: Medium Red Violet. HEX triplet: A0, 45 and 80. RGB value is (160,69,128). Sum of RGB (Red+Green+Blue) = 160+69+128=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A04580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04580 is #5FBA7F. Grayscale: #666666. Windows color (decimal): -6273664 or 8406432. OLE color: 8406432.

HSL color Cylindrical-coordinate representation of color #A04580: hue angle of 321.1º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04580 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 69 128 -
CMYK 0 0.57 0.20 0.37
HSL 321.1º 0.4% 0.45% -
HSV(B) 321.1º 0.57% 0.63% -
XYZ 20.52 13.29 21.91 -
YUV 102.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 160 69 128 0 0.57 0.20 0.37 321.1 0.4 0.45
Hex A0 45 80 0 39 14 25 141 28 2D
Octal 240 105 200 0 71 24 45 501 50 55
Binary 10100000 1000101 10000000 0 111001 10100 100101 101000001 101000 101101

Color Harmonies of #A04580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04580

Black with #A04580

Text Example


Text Example

White with #A04580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04580; }

 p { color: rgb(160,69,128); }

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

background-color css

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

 a { background-color: rgb(160,69,128); }

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

border-color css

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

 span { border-color: rgb(160,69,128); }

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