Html Css Color HEX #A03589 Medium Red Violet

📋 copy color: '#A03589'

red 160 ◦ green 53 ◦ blue 137

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

Shades of Medium Red Violet #A03589

Tints of Medium Red Violet #A03589

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 137 (53.91% from 255) = 39.14%

R = 45.71%
G = 15.14%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A03589 (or 0xA03589) is known color: Medium Red Violet. HEX triplet: A0, 35 and 89. RGB value is (160,53,137). Sum of RGB (Red+Green+Blue) = 160+53+137=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A03589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03589 is #5FCA76. Grayscale: #5E5E5E. Windows color (decimal): -6277751 or 8992160. OLE color: 8992160.

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

Color convert

RGB 160 53 137 -
CMYK 0 0.67 0.14 0.37
HSL 312.9º 0.5% 0.42% -
HSV(B) 312.9º 0.67% 0.63% -
XYZ 20.29 11.83 24.88 -
YUV 94.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 160 53 137 0 0.67 0.14 0.37 312.9 0.5 0.42
Hex A0 35 89 0 43 E 25 139 32 2A
Octal 240 65 211 0 103 16 45 471 62 52
Binary 10100000 110101 10001001 0 1000011 1110 100101 100111001 110010 101010

Color Harmonies of #A03589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03589

Black with #A03589

Text Example


Text Example

White with #A03589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03589; }

 p { color: rgb(160,53,137); }

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

background-color css

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

 a { background-color: rgb(160,53,137); }

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

border-color css

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

 span { border-color: rgb(160,53,137); }

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