Html Css Color HEX #A04489 Medium Red Violet

📋 copy color: '#A04489'

red 160 ◦ green 68 ◦ blue 137

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

Shades of Medium Red Violet #A04489

Tints of Medium Red Violet #A04489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 43.84%
G = 18.63%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A04489 (or 0xA04489) is known color: Medium Red Violet. HEX triplet: A0, 44 and 89. RGB value is (160,68,137). Sum of RGB (Red+Green+Blue) = 160+68+137=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A04489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04489 is #5FBB76. Grayscale: #676767. Windows color (decimal): -6273911 or 8996000. OLE color: 8996000.

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

Color convert

RGB 160 68 137 -
CMYK 0 0.57 0.14 0.37
HSL 315º 0.4% 0.45% -
HSV(B) 315º 0.58% 0.63% -
XYZ 21.08 13.41 25.15 -
YUV 103.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 160 68 137 0 0.57 0.14 0.37 315 0.4 0.45
Hex A0 44 89 0 39 E 25 13B 28 2D
Octal 240 104 211 0 71 16 45 473 50 55
Binary 10100000 1000100 10001001 0 111001 1110 100101 100111011 101000 101101

Color Harmonies of #A04489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04489

Black with #A04489

Text Example


Text Example

White with #A04489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04489; }

 p { color: rgb(160,68,137); }

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

background-color css

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

 a { background-color: rgb(160,68,137); }

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

border-color css

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

 span { border-color: rgb(160,68,137); }

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