Html Css Color HEX #A04584 Medium Red Violet

📋 copy color: '#A04584'

red 160 ◦ green 69 ◦ blue 132

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

Shades of Medium Red Violet #A04584

Tints of Medium Red Violet #A04584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.11%

 BLUE value IS 132 (51.95% from 255) = 36.57%

R = 44.32%
G = 19.11%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A04584 (or 0xA04584) is known color: Medium Red Violet. HEX triplet: A0, 45 and 84. RGB value is (160,69,132). Sum of RGB (Red+Green+Blue) = 160+69+132=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04584 is #5FBA7B. Grayscale: #676767. Windows color (decimal): -6273660 or 8668576. OLE color: 8668576.

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

Color convert

RGB 160 69 132 -
CMYK 0 0.57 0.17 0.37
HSL 318.46º 0.4% 0.45% -
HSV(B) 318.46º 0.57% 0.63% -
XYZ 20.79 13.4 23.32 -
YUV 103.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 160 69 132 0 0.57 0.17 0.37 318.46 0.4 0.45
Hex A0 45 84 0 39 11 25 13E 28 2D
Octal 240 105 204 0 71 21 45 476 50 55
Binary 10100000 1000101 10000100 0 111001 10001 100101 100111110 101000 101101

Color Harmonies of #A04584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04584

Black with #A04584

Text Example


Text Example

White with #A04584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04584; }

 p { color: rgb(160,69,132); }

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

background-color css

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

 a { background-color: rgb(160,69,132); }

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

border-color css

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

 span { border-color: rgb(160,69,132); }

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