Html Css Color HEX #A03978 Medium Red Violet

📋 copy color: '#A03978'

red 160 ◦ green 57 ◦ blue 120

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

Shades of Medium Red Violet #A03978

Tints of Medium Red Violet #A03978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.61%

R = 47.48%
G = 16.91%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A03978 (or 0xA03978) is known color: Medium Red Violet. HEX triplet: A0, 39 and 78. RGB value is (160,57,120). Sum of RGB (Red+Green+Blue) = 160+57+120=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A03978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03978 is #5FC687. Grayscale: #5E5E5E. Windows color (decimal): -6276744 or 7879072. OLE color: 7879072.

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

Color convert

RGB 160 57 120 -
CMYK 0 0.64 0.25 0.37
HSL 323.3º 0.47% 0.43% -
HSV(B) 323.3º 0.64% 0.63% -
XYZ 19.35 11.76 19.02 -
YUV 94.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 160 57 120 0 0.64 0.25 0.37 323.3 0.47 0.43
Hex A0 39 78 0 40 19 25 143 2F 2B
Octal 240 71 170 0 100 31 45 503 57 53
Binary 10100000 111001 1111000 0 1000000 11001 100101 101000011 101111 101011

Color Harmonies of #A03978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03978

Black with #A03978

Text Example


Text Example

White with #A03978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03978; }

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

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

background-color css

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

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

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

border-color css

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

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

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