Html Css Color HEX #A54584 Medium Red Violet

📋 copy color: '#A54584'

red 165 ◦ green 69 ◦ blue 132

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

Shades of Medium Red Violet #A54584

Tints of Medium Red Violet #A54584

RGB

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

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

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

R = 45.08%
G = 18.85%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A54584 (or 0xA54584) is known color: Medium Red Violet. HEX triplet: A5, 45 and 84. RGB value is (165,69,132). Sum of RGB (Red+Green+Blue) = 165+69+132=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A54584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54584 is #5ABA7B. Grayscale: #686868. Windows color (decimal): -5945980 or 8668581. OLE color: 8668581.

HSL color Cylindrical-coordinate representation of color #A54584: hue angle of 320.62º 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 #A54584 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 132 -
CMYK 0 0.58 0.20 0.35
HSL 320.63º 0.41% 0.46% -
HSV(B) 320.63º 0.58% 0.65% -
XYZ 21.81 13.92 23.37 -
YUV 104.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 165 69 132 0 0.58 0.20 0.35 320.63 0.41 0.46
Hex A5 45 84 0 3A 14 23 141 29 2E
Octal 245 105 204 0 72 24 43 501 51 56
Binary 10100101 1000101 10000100 0 111010 10100 100011 101000001 101001 101110

Color Harmonies of #A54584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54584

Black with #A54584

Text Example


Text Example

White with #A54584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54584; }

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

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

background-color css

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

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

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

border-color css

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

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

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