Html Css Color HEX #A54491 Medium Red Violet

📋 copy color: '#A54491'

red 165 ◦ green 68 ◦ blue 145

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

Shades of Medium Red Violet #A54491

Tints of Medium Red Violet #A54491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.99%

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

R = 43.65%
G = 17.99%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A54491 (or 0xA54491) is known color: Medium Red Violet. HEX triplet: A5, 44 and 91. RGB value is (165,68,145). Sum of RGB (Red+Green+Blue) = 165+68+145=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A54491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54491 is #5ABB6E. Grayscale: #696969. Windows color (decimal): -5946223 or 9520293. OLE color: 9520293.

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

Color convert

RGB 165 68 145 -
CMYK 0 0.59 0.12 0.35
HSL 312.37º 0.42% 0.46% -
HSV(B) 312.37º 0.59% 0.65% -
XYZ 22.7 14.18 28.33 -
YUV 105.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 165 68 145 0 0.59 0.12 0.35 312.37 0.42 0.46
Hex A5 44 91 0 3B C 23 138 2A 2E
Octal 245 104 221 0 73 14 43 470 52 56
Binary 10100101 1000100 10010001 0 111011 1100 100011 100111000 101010 101110

Color Harmonies of #A54491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54491

Black with #A54491

Text Example


Text Example

White with #A54491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54491; }

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

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

background-color css

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

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

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

border-color css

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

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

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