Html Css Color HEX #A03074 Medium Red Violet

📋 copy color: '#A03074'

red 160 ◦ green 48 ◦ blue 116

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

Shades of Medium Red Violet #A03074

Tints of Medium Red Violet #A03074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 49.38%
G = 14.81%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A03074 (or 0xA03074) is known color: Medium Red Violet. HEX triplet: A0, 30 and 74. RGB value is (160,48,116). Sum of RGB (Red+Green+Blue) = 160+48+116=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A03074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03074 is #5FCF8B. Grayscale: #595959. Windows color (decimal): -6279052 or 7614624. OLE color: 7614624.

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

Color convert

RGB 160 48 116 -
CMYK 0 0.70 0.28 0.37
HSL 323.57º 0.54% 0.41% -
HSV(B) 323.57º 0.7% 0.63% -
XYZ 18.71 10.85 17.63 -
YUV 89.24 143.11 178.47 -
System Red Green Blue C M Y K H S L
Decimal 160 48 116 0 0.70 0.28 0.37 323.57 0.54 0.41
Hex A0 30 74 0 46 1C 25 144 36 29
Octal 240 60 164 0 106 34 45 504 66 51
Binary 10100000 110000 1110100 0 1000110 11100 100101 101000100 110110 101001

Color Harmonies of #A03074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03074

Black with #A03074

Text Example


Text Example

White with #A03074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03074; }

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

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

background-color css

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

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

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

border-color css

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

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

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