Html Css Color HEX #A54586 Medium Red Violet

📋 copy color: '#A54586'

red 165 ◦ green 69 ◦ blue 134

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

Shades of Medium Red Violet #A54586

Tints of Medium Red Violet #A54586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 44.84%
G = 18.75%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A54586 (or 0xA54586) is known color: Medium Red Violet. HEX triplet: A5, 45 and 86. RGB value is (165,69,134). Sum of RGB (Red+Green+Blue) = 165+69+134=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A54586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54586 is #5ABA79. Grayscale: #686868. Windows color (decimal): -5945978 or 8799653. OLE color: 8799653.

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

Color convert

RGB 165 69 134 -
CMYK 0 0.58 0.19 0.35
HSL 319.38º 0.41% 0.46% -
HSV(B) 319.38º 0.58% 0.65% -
XYZ 21.95 13.98 24.1 -
YUV 105.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 165 69 134 0 0.58 0.19 0.35 319.38 0.41 0.46
Hex A5 45 86 0 3A 13 23 13F 29 2E
Octal 245 105 206 0 72 23 43 477 51 56
Binary 10100101 1000101 10000110 0 111010 10011 100011 100111111 101001 101110

Color Harmonies of #A54586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54586

Black with #A54586

Text Example


Text Example

White with #A54586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54586; }

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

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

background-color css

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

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

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

border-color css

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

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

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