Html Css Color HEX #A0367C Medium Red Violet

📋 copy color: '#A0367C'

red 160 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #A0367C

Tints of Medium Red Violet #A0367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 47.34%
G = 15.98%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0367C (or 0xA0367C) is known color: Medium Red Violet. HEX triplet: A0, 36 and 7C. RGB value is (160,54,124). Sum of RGB (Red+Green+Blue) = 160+54+124=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0367C is #5FC983. Grayscale: #5D5D5D. Windows color (decimal): -6277508 or 8140448. OLE color: 8140448.

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

Color convert

RGB 160 54 124 -
CMYK 0 0.66 0.22 0.37
HSL 320.38º 0.5% 0.42% -
HSV(B) 320.38º 0.66% 0.63% -
XYZ 19.45 11.57 20.28 -
YUV 93.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 160 54 124 0 0.66 0.22 0.37 320.38 0.5 0.42
Hex A0 36 7C 0 42 16 25 140 32 2A
Octal 240 66 174 0 102 26 45 500 62 52
Binary 10100000 110110 1111100 0 1000010 10110 100101 101000000 110010 101010

Color Harmonies of #A0367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0367C

Black with #A0367C

Text Example


Text Example

White with #A0367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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