Html Css Color HEX #A54785 Medium Red Violet

📋 copy color: '#A54785'

red 165 ◦ green 71 ◦ blue 133

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

Shades of Medium Red Violet #A54785

Tints of Medium Red Violet #A54785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 44.72%
G = 19.24%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A54785 (or 0xA54785) is known color: Medium Red Violet. HEX triplet: A5, 47 and 85. RGB value is (165,71,133). Sum of RGB (Red+Green+Blue) = 165+71+133=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A54785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54785 is #5AB87A. Grayscale: #6A6A6A. Windows color (decimal): -5945467 or 8734629. OLE color: 8734629.

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

Color convert

RGB 165 71 133 -
CMYK 0 0.57 0.19 0.35
HSL 320.43º 0.4% 0.46% -
HSV(B) 320.43º 0.57% 0.65% -
XYZ 22 14.2 23.77 -
YUV 106.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 165 71 133 0 0.57 0.19 0.35 320.43 0.4 0.46
Hex A5 47 85 0 39 13 23 140 28 2E
Octal 245 107 205 0 71 23 43 500 50 56
Binary 10100101 1000111 10000101 0 111001 10011 100011 101000000 101000 101110

Color Harmonies of #A54785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54785

Black with #A54785

Text Example


Text Example

White with #A54785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54785; }

 p { color: rgb(165,71,133); }

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

background-color css

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

 a { background-color: rgb(165,71,133); }

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

border-color css

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

 span { border-color: rgb(165,71,133); }

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