Html Css Color HEX #A51791 Dark Magenta

📋 copy color: '#A51791'

red 165 ◦ green 23 ◦ blue 145

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

Shades of Dark Magenta #A51791

Tints of Dark Magenta #A51791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

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

R = 49.55%
G = 6.91%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A51791 (or 0xA51791) is known color: Dark Magenta. HEX triplet: A5, 17 and 91. RGB value is (165,23,145). Sum of RGB (Red+Green+Blue) = 165+23+145=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A51791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51791 is #5AE86E. Grayscale: #4F4F4F. Windows color (decimal): -5957743 or 9508773. OLE color: 9508773.

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

Color convert

RGB 165 23 145 -
CMYK 0 0.86 0.12 0.35
HSL 308.45º 0.76% 0.37% -
HSV(B) 308.45º 0.86% 0.65% -
XYZ 20.93 10.66 27.74 -
YUV 79.37 165.04 189.08 -
System Red Green Blue C M Y K H S L
Decimal 165 23 145 0 0.86 0.12 0.35 308.45 0.76 0.37
Hex A5 17 91 0 56 C 23 134 4C 25
Octal 245 27 221 0 126 14 43 464 114 45
Binary 10100101 10111 10010001 0 1010110 1100 100011 100110100 1001100 100101

Color Harmonies of #A51791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51791

Black with #A51791

Text Example


Text Example

White with #A51791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51791; }

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

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

background-color css

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

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

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

border-color css

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

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

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