Html Css Color HEX #A04787 Medium Red Violet

📋 copy color: '#A04787'

red 160 ◦ green 71 ◦ blue 135

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

Shades of Medium Red Violet #A04787

Tints of Medium Red Violet #A04787

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.4%

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

R = 43.72%
G = 19.4%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A04787 (or 0xA04787) is known color: Medium Red Violet. HEX triplet: A0, 47 and 87. RGB value is (160,71,135). Sum of RGB (Red+Green+Blue) = 160+71+135=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A04787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04787 is #5FB878. Grayscale: #686868. Windows color (decimal): -6273145 or 8865696. OLE color: 8865696.

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

Color convert

RGB 160 71 135 -
CMYK 0 0.56 0.16 0.37
HSL 316.85º 0.39% 0.45% -
HSV(B) 316.85º 0.56% 0.63% -
XYZ 21.12 13.73 24.46 -
YUV 104.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 160 71 135 0 0.56 0.16 0.37 316.85 0.39 0.45
Hex A0 47 87 0 38 10 25 13D 27 2D
Octal 240 107 207 0 70 20 45 475 47 55
Binary 10100000 1000111 10000111 0 111000 10000 100101 100111101 100111 101101

Color Harmonies of #A04787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04787

Black with #A04787

Text Example


Text Example

White with #A04787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04787; }

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

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

background-color css

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

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

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

border-color css

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

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

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