Html Css Color HEX #A54591 Medium Red Violet

📋 copy color: '#A54591'

red 165 ◦ green 69 ◦ blue 145

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

Shades of Medium Red Violet #A54591

Tints of Medium Red Violet #A54591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 43.54%
G = 18.21%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A54591 (or 0xA54591) is known color: Medium Red Violet. HEX triplet: A5, 45 and 91. RGB value is (165,69,145). Sum of RGB (Red+Green+Blue) = 165+69+145=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A54591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54591 is #5ABA6E. Grayscale: #6A6A6A. Windows color (decimal): -5945967 or 9520549. OLE color: 9520549.

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

Color convert

RGB 165 69 145 -
CMYK 0 0.58 0.12 0.35
HSL 312.5º 0.41% 0.46% -
HSV(B) 312.5º 0.58% 0.65% -
XYZ 22.76 14.3 28.35 -
YUV 106.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 165 69 145 0 0.58 0.12 0.35 312.5 0.41 0.46
Hex A5 45 91 0 3A C 23 138 29 2E
Octal 245 105 221 0 72 14 43 470 51 56
Binary 10100101 1000101 10010001 0 111010 1100 100011 100111000 101001 101110

Color Harmonies of #A54591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54591

Black with #A54591

Text Example


Text Example

White with #A54591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54591; }

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

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

background-color css

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

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

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

border-color css

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

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

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