Html Css Color HEX #A0387F Medium Red Violet

📋 copy color: '#A0387F'

red 160 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #A0387F

Tints of Medium Red Violet #A0387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 46.65%
G = 16.33%
B = 37.03%

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

#A0387F (or 0xA0387F) is known color: Medium Red Violet. HEX triplet: A0, 38 and 7F. RGB value is (160,56,127). Sum of RGB (Red+Green+Blue) = 160+56+127=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0387F is #5FC780. Grayscale: #5F5F5F. Windows color (decimal): -6276993 or 8337568. OLE color: 8337568.

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

Color convert

RGB 160 56 127 -
CMYK 0 0.65 0.21 0.37
HSL 319.04º 0.48% 0.42% -
HSV(B) 319.04º 0.65% 0.63% -
XYZ 19.74 11.83 21.32 -
YUV 95.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 160 56 127 0 0.65 0.21 0.37 319.04 0.48 0.42
Hex A0 38 7F 0 41 15 25 13F 30 2A
Octal 240 70 177 0 101 25 45 477 60 52
Binary 10100000 111000 1111111 0 1000001 10101 100101 100111111 110000 101010

Color Harmonies of #A0387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0387F

Black with #A0387F

Text Example


Text Example

White with #A0387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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