Html Css Color HEX #A03977 Medium Red Violet

📋 copy color: '#A03977'

red 160 ◦ green 57 ◦ blue 119

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

Shades of Medium Red Violet #A03977

Tints of Medium Red Violet #A03977

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 119 (46.88% from 255) = 35.42%

R = 47.62%
G = 16.96%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A03977 (or 0xA03977) is known color: Medium Red Violet. HEX triplet: A0, 39 and 77. RGB value is (160,57,119). Sum of RGB (Red+Green+Blue) = 160+57+119=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A03977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03977 is #5FC688. Grayscale: #5E5E5E. Windows color (decimal): -6276745 or 7813536. OLE color: 7813536.

HSL color Cylindrical-coordinate representation of color #A03977: hue angle of 323.88º 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 #A03977 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 119 -
CMYK 0 0.64 0.26 0.37
HSL 323.88º 0.47% 0.43% -
HSV(B) 323.88º 0.64% 0.63% -
XYZ 19.29 11.73 18.7 -
YUV 94.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 160 57 119 0 0.64 0.26 0.37 323.88 0.47 0.43
Hex A0 39 77 0 40 1A 25 144 2F 2B
Octal 240 71 167 0 100 32 45 504 57 53
Binary 10100000 111001 1110111 0 1000000 11010 100101 101000100 101111 101011

Color Harmonies of #A03977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03977

Black with #A03977

Text Example


Text Example

White with #A03977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03977; }

 p { color: rgb(160,57,119); }

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

background-color css

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

 a { background-color: rgb(160,57,119); }

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

border-color css

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

 span { border-color: rgb(160,57,119); }

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