Html Css Color HEX #A10591 Dark Magenta

📋 copy color: '#A10591'

red 161 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #A10591

Tints of Dark Magenta #A10591

RGB

 RED value IS 161 (63.28% from 255) = 51.77%

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 51.77%
G = 1.61%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A10591 (or 0xA10591) is known color: Dark Magenta. HEX triplet: A1, 05 and 91. RGB value is (161,5,145). Sum of RGB (Red+Green+Blue) = 161+5+145=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A10591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10591 is #5EFA6E. Grayscale: #434343. Windows color (decimal): -6224495 or 9504161. OLE color: 9504161.

HSL color Cylindrical-coordinate representation of color #A10591: hue angle of 306.15º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10591 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 145 -
CMYK 0 0.97 0.10 0.37
HSL 306.15º 0.94% 0.33% -
HSV(B) 306.15º 0.97% 0.63% -
XYZ 19.86 9.73 27.62 -
YUV 67.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 161 5 145 0 0.97 0.10 0.37 306.15 0.94 0.33
Hex A1 5 91 0 61 A 25 132 5E 21
Octal 241 5 221 0 141 12 45 462 136 41
Binary 10100001 101 10010001 0 1100001 1010 100101 100110010 1011110 100001

Color Harmonies of #A10591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10591

Black with #A10591

Text Example


Text Example

White with #A10591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10591; }

 p { color: rgb(161,5,145); }

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

background-color css

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

 a { background-color: rgb(161,5,145); }

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

border-color css

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

 span { border-color: rgb(161,5,145); }

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