Html Css Color HEX #A03A89 Medium Red Violet

📋 copy color: '#A03A89'

red 160 ◦ green 58 ◦ blue 137

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

Shades of Medium Red Violet #A03A89

Tints of Medium Red Violet #A03A89

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.34%

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

R = 45.07%
G = 16.34%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A03A89 (or 0xA03A89) is known color: Medium Red Violet. HEX triplet: A0, 3A and 89. RGB value is (160,58,137). Sum of RGB (Red+Green+Blue) = 160+58+137=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03A89 is #5FC576. Grayscale: #616161. Windows color (decimal): -6276471 or 8993440. OLE color: 8993440.

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

Color convert

RGB 160 58 137 -
CMYK 0 0.64 0.14 0.37
HSL 313.53º 0.47% 0.43% -
HSV(B) 313.53º 0.64% 0.63% -
XYZ 20.53 12.31 24.96 -
YUV 97.5 150.29 172.58 -
System Red Green Blue C M Y K H S L
Decimal 160 58 137 0 0.64 0.14 0.37 313.53 0.47 0.43
Hex A0 3A 89 0 40 E 25 13A 2F 2B
Octal 240 72 211 0 100 16 45 472 57 53
Binary 10100000 111010 10001001 0 1000000 1110 100101 100111010 101111 101011

Color Harmonies of #A03A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A89

Black with #A03A89

Text Example


Text Example

White with #A03A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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