Html Css Color HEX #A03679 Medium Red Violet

📋 copy color: '#A03679'

red 160 ◦ green 54 ◦ blue 121

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

Shades of Medium Red Violet #A03679

Tints of Medium Red Violet #A03679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 47.76%
G = 16.12%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A03679 (or 0xA03679) is known color: Medium Red Violet. HEX triplet: A0, 36 and 79. RGB value is (160,54,121). Sum of RGB (Red+Green+Blue) = 160+54+121=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A03679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03679 is #5FC986. Grayscale: #5D5D5D. Windows color (decimal): -6277511 or 7943840. OLE color: 7943840.

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

Color convert

RGB 160 54 121 -
CMYK 0 0.66 0.24 0.37
HSL 322.08º 0.5% 0.42% -
HSV(B) 322.08º 0.66% 0.63% -
XYZ 19.27 11.49 19.29 -
YUV 93.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 160 54 121 0 0.66 0.24 0.37 322.08 0.5 0.42
Hex A0 36 79 0 42 18 25 142 32 2A
Octal 240 66 171 0 102 30 45 502 62 52
Binary 10100000 110110 1111001 0 1000010 11000 100101 101000010 110010 101010

Color Harmonies of #A03679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03679

Black with #A03679

Text Example


Text Example

White with #A03679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03679; }

 p { color: rgb(160,54,121); }

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

background-color css

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

 a { background-color: rgb(160,54,121); }

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

border-color css

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

 span { border-color: rgb(160,54,121); }

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