Html Css Color HEX #A54582 Medium Red Violet

📋 copy color: '#A54582'

red 165 ◦ green 69 ◦ blue 130

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

Shades of Medium Red Violet #A54582

Tints of Medium Red Violet #A54582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 45.33%
G = 18.96%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A54582 (or 0xA54582) is known color: Medium Red Violet. HEX triplet: A5, 45 and 82. RGB value is (165,69,130). Sum of RGB (Red+Green+Blue) = 165+69+130=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A54582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54582 is #5ABA7D. Grayscale: #686868. Windows color (decimal): -5945982 or 8537509. OLE color: 8537509.

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

Color convert

RGB 165 69 130 -
CMYK 0 0.58 0.21 0.35
HSL 321.88º 0.41% 0.46% -
HSV(B) 321.88º 0.58% 0.65% -
XYZ 21.67 13.87 22.65 -
YUV 104.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 165 69 130 0 0.58 0.21 0.35 321.88 0.41 0.46
Hex A5 45 82 0 3A 15 23 142 29 2E
Octal 245 105 202 0 72 25 43 502 51 56
Binary 10100101 1000101 10000010 0 111010 10101 100011 101000010 101001 101110

Color Harmonies of #A54582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54582

Black with #A54582

Text Example


Text Example

White with #A54582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54582; }

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

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

background-color css

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

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

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

border-color css

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

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

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