Html Css Color HEX #A03F80 Medium Red Violet

📋 copy color: '#A03F80'

red 160 ◦ green 63 ◦ blue 128

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

Shades of Medium Red Violet #A03F80

Tints of Medium Red Violet #A03F80

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

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

R = 45.58%
G = 17.95%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A03F80 (or 0xA03F80) is known color: Medium Red Violet. HEX triplet: A0, 3F and 80. RGB value is (160,63,128). Sum of RGB (Red+Green+Blue) = 160+63+128=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F80 is #5FC07F. Grayscale: #636363. Windows color (decimal): -6275200 or 8404896. OLE color: 8404896.

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

Color convert

RGB 160 63 128 -
CMYK 0 0.61 0.20 0.37
HSL 319.79º 0.43% 0.44% -
HSV(B) 319.79º 0.61% 0.63% -
XYZ 20.17 12.59 21.79 -
YUV 99.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 160 63 128 0 0.61 0.20 0.37 319.79 0.43 0.44
Hex A0 3F 80 0 3D 14 25 140 2B 2C
Octal 240 77 200 0 75 24 45 500 53 54
Binary 10100000 111111 10000000 0 111101 10100 100101 101000000 101011 101100

Color Harmonies of #A03F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F80

Black with #A03F80

Text Example


Text Example

White with #A03F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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