Html Css Color HEX #A0387E Medium Red Violet

📋 copy color: '#A0387E'

red 160 ◦ green 56 ◦ blue 126

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

Shades of Medium Red Violet #A0387E

Tints of Medium Red Violet #A0387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 46.78%
G = 16.37%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0387E (or 0xA0387E) is known color: Medium Red Violet. HEX triplet: A0, 38 and 7E. RGB value is (160,56,126). Sum of RGB (Red+Green+Blue) = 160+56+126=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0387E is #5FC781. Grayscale: #5E5E5E. Windows color (decimal): -6276994 or 8272032. OLE color: 8272032.

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

Color convert

RGB 160 56 126 -
CMYK 0 0.65 0.21 0.37
HSL 319.62º 0.48% 0.42% -
HSV(B) 319.62º 0.65% 0.63% -
XYZ 19.68 11.81 20.98 -
YUV 95.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 160 56 126 0 0.65 0.21 0.37 319.62 0.48 0.42
Hex A0 38 7E 0 41 15 25 140 30 2A
Octal 240 70 176 0 101 25 45 500 60 52
Binary 10100000 111000 1111110 0 1000001 10101 100101 101000000 110000 101010

Color Harmonies of #A0387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0387E

Black with #A0387E

Text Example


Text Example

White with #A0387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0387E; }

 p { color: rgb(160,56,126); }

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

background-color css

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

 a { background-color: rgb(160,56,126); }

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

border-color css

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

 span { border-color: rgb(160,56,126); }

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