Html Css Color HEX #A03577 Medium Red Violet

📋 copy color: '#A03577'

red 160 ◦ green 53 ◦ blue 119

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

Shades of Medium Red Violet #A03577

Tints of Medium Red Violet #A03577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

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

R = 48.19%
G = 15.96%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A03577 (or 0xA03577) is known color: Medium Red Violet. HEX triplet: A0, 35 and 77. RGB value is (160,53,119). Sum of RGB (Red+Green+Blue) = 160+53+119=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A03577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03577 is #5FCA88. Grayscale: #5C5C5C. Windows color (decimal): -6277769 or 7812512. OLE color: 7812512.

HSL color Cylindrical-coordinate representation of color #A03577: hue angle of 322.99º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03577 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 53 119 -
CMYK 0 0.67 0.26 0.37
HSL 322.99º 0.5% 0.42% -
HSV(B) 322.99º 0.67% 0.63% -
XYZ 19.1 11.35 18.64 -
YUV 92.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 160 53 119 0 0.67 0.26 0.37 322.99 0.5 0.42
Hex A0 35 77 0 43 1A 25 143 32 2A
Octal 240 65 167 0 103 32 45 503 62 52
Binary 10100000 110101 1110111 0 1000011 11010 100101 101000011 110010 101010

Color Harmonies of #A03577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03577

Black with #A03577

Text Example


Text Example

White with #A03577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03577; }

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

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

background-color css

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

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

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

border-color css

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

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

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