Html Css Color HEX #A54589 Medium Red Violet

📋 copy color: '#A54589'

red 165 ◦ green 69 ◦ blue 137

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

Shades of Medium Red Violet #A54589

Tints of Medium Red Violet #A54589

RGB

 RED value IS 165 (64.84% from 255) = 44.47%

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

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

R = 44.47%
G = 18.6%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A54589 (or 0xA54589) is known color: Medium Red Violet. HEX triplet: A5, 45 and 89. RGB value is (165,69,137). Sum of RGB (Red+Green+Blue) = 165+69+137=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A54589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54589 is #5ABA76. Grayscale: #696969. Windows color (decimal): -5945975 or 8996261. OLE color: 8996261.

HSL color Cylindrical-coordinate representation of color #A54589: hue angle of 317.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54589 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 137 -
CMYK 0 0.58 0.17 0.35
HSL 317.5º 0.41% 0.46% -
HSV(B) 317.5º 0.58% 0.65% -
XYZ 22.16 14.06 25.21 -
YUV 105.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 165 69 137 0 0.58 0.17 0.35 317.5 0.41 0.46
Hex A5 45 89 0 3A 11 23 13E 29 2E
Octal 245 105 211 0 72 21 43 476 51 56
Binary 10100101 1000101 10001001 0 111010 10001 100011 100111110 101001 101110

Color Harmonies of #A54589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54589

Black with #A54589

Text Example


Text Example

White with #A54589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54589; }

 p { color: rgb(165,69,137); }

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

background-color css

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

 a { background-color: rgb(165,69,137); }

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

border-color css

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

 span { border-color: rgb(165,69,137); }

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