Html Css Color HEX #A54580 Medium Red Violet

📋 copy color: '#A54580'

red 165 ◦ green 69 ◦ blue 128

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

Shades of Medium Red Violet #A54580

Tints of Medium Red Violet #A54580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 45.58%
G = 19.06%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A54580 (or 0xA54580) is known color: Medium Red Violet. HEX triplet: A5, 45 and 80. RGB value is (165,69,128). Sum of RGB (Red+Green+Blue) = 165+69+128=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A54580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54580 is #5ABA7F. Grayscale: #686868. Windows color (decimal): -5945984 or 8406437. OLE color: 8406437.

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

Color convert

RGB 165 69 128 -
CMYK 0 0.58 0.22 0.35
HSL 323.13º 0.41% 0.46% -
HSV(B) 323.13º 0.58% 0.65% -
XYZ 21.54 13.81 21.95 -
YUV 104.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 165 69 128 0 0.58 0.22 0.35 323.13 0.41 0.46
Hex A5 45 80 0 3A 16 23 143 29 2E
Octal 245 105 200 0 72 26 43 503 51 56
Binary 10100101 1000101 10000000 0 111010 10110 100011 101000011 101001 101110

Color Harmonies of #A54580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54580

Black with #A54580

Text Example


Text Example

White with #A54580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54580; }

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

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

background-color css

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

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

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

border-color css

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

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

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