Html Css Color HEX #A04087 Medium Red Violet

📋 copy color: '#A04087'

red 160 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #A04087

Tints of Medium Red Violet #A04087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 44.57%
G = 17.83%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A04087 (or 0xA04087) is known color: Medium Red Violet. HEX triplet: A0, 40 and 87. RGB value is (160,64,135). Sum of RGB (Red+Green+Blue) = 160+64+135=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04087 is #5FBF78. Grayscale: #646464. Windows color (decimal): -6274937 or 8863904. OLE color: 8863904.

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

Color convert

RGB 160 64 135 -
CMYK 0 0.6 0.16 0.37
HSL 315.63º 0.43% 0.44% -
HSV(B) 315.63º 0.6% 0.63% -
XYZ 20.7 12.89 24.32 -
YUV 100.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 160 64 135 0 0.6 0.16 0.37 315.63 0.43 0.44
Hex A0 40 87 0 3C 10 25 13C 2B 2C
Octal 240 100 207 0 74 20 45 474 53 54
Binary 10100000 1000000 10000111 0 111100 10000 100101 100111100 101011 101100

Color Harmonies of #A04087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04087

Black with #A04087

Text Example


Text Example

White with #A04087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04087; }

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

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

background-color css

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

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

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

border-color css

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

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

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