Html Css Color HEX #A54091 Medium Red Violet

📋 copy color: '#A54091'

red 165 ◦ green 64 ◦ blue 145

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

Shades of Medium Red Violet #A54091

Tints of Medium Red Violet #A54091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

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

R = 44.12%
G = 17.11%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A54091 (or 0xA54091) is known color: Medium Red Violet. HEX triplet: A5, 40 and 91. RGB value is (165,64,145). Sum of RGB (Red+Green+Blue) = 165+64+145=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A54091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54091 is #5ABF6E. Grayscale: #676767. Windows color (decimal): -5947247 or 9519269. OLE color: 9519269.

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

Color convert

RGB 165 64 145 -
CMYK 0 0.61 0.12 0.35
HSL 311.88º 0.44% 0.45% -
HSV(B) 311.88º 0.61% 0.65% -
XYZ 22.46 13.71 28.25 -
YUV 103.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 165 64 145 0 0.61 0.12 0.35 311.88 0.44 0.45
Hex A5 40 91 0 3D C 23 138 2C 2D
Octal 245 100 221 0 75 14 43 470 54 55
Binary 10100101 1000000 10010001 0 111101 1100 100011 100111000 101100 101101

Color Harmonies of #A54091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54091

Black with #A54091

Text Example


Text Example

White with #A54091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54091; }

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

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

background-color css

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

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

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

border-color css

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

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

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