Html Css Color HEX #A03489 Medium Red Violet

📋 copy color: '#A03489'

red 160 ◦ green 52 ◦ blue 137

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

Shades of Medium Red Violet #A03489

Tints of Medium Red Violet #A03489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.9%

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

R = 45.85%
G = 14.9%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A03489 (or 0xA03489) is known color: Medium Red Violet. HEX triplet: A0, 34 and 89. RGB value is (160,52,137). Sum of RGB (Red+Green+Blue) = 160+52+137=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A03489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03489 is #5FCB76. Grayscale: #5D5D5D. Windows color (decimal): -6278007 or 8991904. OLE color: 8991904.

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

Color convert

RGB 160 52 137 -
CMYK 0 0.68 0.14 0.37
HSL 312.78º 0.51% 0.42% -
HSV(B) 312.78º 0.68% 0.63% -
XYZ 20.24 11.74 24.87 -
YUV 93.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 160 52 137 0 0.68 0.14 0.37 312.78 0.51 0.42
Hex A0 34 89 0 44 E 25 139 33 2A
Octal 240 64 211 0 104 16 45 471 63 52
Binary 10100000 110100 10001001 0 1000100 1110 100101 100111001 110011 101010

Color Harmonies of #A03489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03489

Black with #A03489

Text Example


Text Example

White with #A03489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03489; }

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

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

background-color css

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

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

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

border-color css

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

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

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