Html Css Color HEX #A04080 Medium Red Violet

📋 copy color: '#A04080'

red 160 ◦ green 64 ◦ blue 128

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

Shades of Medium Red Violet #A04080

Tints of Medium Red Violet #A04080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 45.45%
G = 18.18%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A04080 (or 0xA04080) is known color: Medium Red Violet. HEX triplet: A0, 40 and 80. RGB value is (160,64,128). Sum of RGB (Red+Green+Blue) = 160+64+128=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A04080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04080 is #5FBF7F. Grayscale: #636363. Windows color (decimal): -6274944 or 8405152. OLE color: 8405152.

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

Color convert

RGB 160 64 128 -
CMYK 0 0.6 0.20 0.37
HSL 320º 0.43% 0.44% -
HSV(B) 320º 0.6% 0.63% -
XYZ 20.23 12.7 21.81 -
YUV 100 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 160 64 128 0 0.6 0.20 0.37 320 0.43 0.44
Hex A0 40 80 0 3C 14 25 140 2B 2C
Octal 240 100 200 0 74 24 45 500 53 54
Binary 10100000 1000000 10000000 0 111100 10100 100101 101000000 101011 101100

Color Harmonies of #A04080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04080

Black with #A04080

Text Example


Text Example

White with #A04080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04080; }

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

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

background-color css

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

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

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

border-color css

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

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

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