Html Css Color HEX #A03089 Medium Red Violet

📋 copy color: '#A03089'

red 160 ◦ green 48 ◦ blue 137

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

Shades of Medium Red Violet #A03089

Tints of Medium Red Violet #A03089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

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

R = 46.38%
G = 13.91%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A03089 (or 0xA03089) is known color: Medium Red Violet. HEX triplet: A0, 30 and 89. RGB value is (160,48,137). Sum of RGB (Red+Green+Blue) = 160+48+137=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A03089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03089 is #5FCF76. Grayscale: #5B5B5B. Windows color (decimal): -6279031 or 8990880. OLE color: 8990880.

HSL color Cylindrical-coordinate representation of color #A03089: hue angle of 312.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03089 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 137 -
CMYK 0 0.70 0.14 0.37
HSL 312.32º 0.54% 0.41% -
HSV(B) 312.32º 0.7% 0.63% -
XYZ 20.07 11.39 24.81 -
YUV 91.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 160 48 137 0 0.70 0.14 0.37 312.32 0.54 0.41
Hex A0 30 89 0 46 E 25 138 36 29
Octal 240 60 211 0 106 16 45 470 66 51
Binary 10100000 110000 10001001 0 1000110 1110 100101 100111000 110110 101001

Color Harmonies of #A03089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03089

Black with #A03089

Text Example


Text Example

White with #A03089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03089; }

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

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

background-color css

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

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

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

border-color css

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

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

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