Html Css Color HEX #A03080 Medium Red Violet

📋 copy color: '#A03080'

red 160 ◦ green 48 ◦ blue 128

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

Shades of Medium Red Violet #A03080

Tints of Medium Red Violet #A03080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

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

R = 47.62%
G = 14.29%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A03080 (or 0xA03080) is known color: Medium Red Violet. HEX triplet: A0, 30 and 80. RGB value is (160,48,128). Sum of RGB (Red+Green+Blue) = 160+48+128=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A03080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03080 is #5FCF7F. Grayscale: #5A5A5A. Windows color (decimal): -6279040 or 8401056. OLE color: 8401056.

HSL color Cylindrical-coordinate representation of color #A03080: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03080 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 128 -
CMYK 0 0.70 0.20 0.37
HSL 317.14º 0.54% 0.41% -
HSV(B) 317.14º 0.7% 0.63% -
XYZ 19.45 11.15 21.55 -
YUV 90.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 160 48 128 0 0.70 0.20 0.37 317.14 0.54 0.41
Hex A0 30 80 0 46 14 25 13D 36 29
Octal 240 60 200 0 106 24 45 475 66 51
Binary 10100000 110000 10000000 0 1000110 10100 100101 100111101 110110 101001

Color Harmonies of #A03080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03080

Black with #A03080

Text Example


Text Example

White with #A03080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03080; }

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

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

background-color css

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

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

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

border-color css

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

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

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