Html Css Color HEX #A03880 Medium Red Violet

📋 copy color: '#A03880'

red 160 ◦ green 56 ◦ blue 128

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

Shades of Medium Red Violet #A03880

Tints of Medium Red Violet #A03880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

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

R = 46.51%
G = 16.28%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A03880 (or 0xA03880) is known color: Medium Red Violet. HEX triplet: A0, 38 and 80. RGB value is (160,56,128). Sum of RGB (Red+Green+Blue) = 160+56+128=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03880 is #5FC77F. Grayscale: #5F5F5F. Windows color (decimal): -6276992 or 8403104. OLE color: 8403104.

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

Color convert

RGB 160 56 128 -
CMYK 0 0.65 0.20 0.37
HSL 318.46º 0.48% 0.42% -
HSV(B) 318.46º 0.65% 0.63% -
XYZ 19.81 11.86 21.67 -
YUV 95.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 160 56 128 0 0.65 0.20 0.37 318.46 0.48 0.42
Hex A0 38 80 0 41 14 25 13E 30 2A
Octal 240 70 200 0 101 24 45 476 60 52
Binary 10100000 111000 10000000 0 1000001 10100 100101 100111110 110000 101010

Color Harmonies of #A03880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03880

Black with #A03880

Text Example


Text Example

White with #A03880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03880; }

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

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

background-color css

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

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

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

border-color css

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

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

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