Html Css Color HEX #A03987 Medium Red Violet

📋 copy color: '#A03987'

red 160 ◦ green 57 ◦ blue 135

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

Shades of Medium Red Violet #A03987

Tints of Medium Red Violet #A03987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

 BLUE value IS 135 (53.13% from 255) = 38.35%

R = 45.45%
G = 16.19%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A03987 (or 0xA03987) is known color: Medium Red Violet. HEX triplet: A0, 39 and 87. RGB value is (160,57,135). Sum of RGB (Red+Green+Blue) = 160+57+135=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A03987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03987 is #5FC678. Grayscale: #606060. Windows color (decimal): -6276729 or 8862112. OLE color: 8862112.

HSL color Cylindrical-coordinate representation of color #A03987: hue angle of 314.56º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03987 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 57 135 -
CMYK 0 0.64 0.16 0.37
HSL 314.56º 0.47% 0.43% -
HSV(B) 314.56º 0.64% 0.63% -
XYZ 20.33 12.15 24.19 -
YUV 96.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 160 57 135 0 0.64 0.16 0.37 314.56 0.47 0.43
Hex A0 39 87 0 40 10 25 13B 2F 2B
Octal 240 71 207 0 100 20 45 473 57 53
Binary 10100000 111001 10000111 0 1000000 10000 100101 100111011 101111 101011

Color Harmonies of #A03987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03987

Black with #A03987

Text Example


Text Example

White with #A03987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03987; }

 p { color: rgb(160,57,135); }

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

background-color css

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

 a { background-color: rgb(160,57,135); }

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

border-color css

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

 span { border-color: rgb(160,57,135); }

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