Html Css Color HEX #A1059E Dark Magenta

📋 copy color: '#A1059E'

red 161 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #A1059E

Tints of Dark Magenta #A1059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 49.69%
G = 1.54%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1059E (or 0xA1059E) is known color: Dark Magenta. HEX triplet: A1, 05 and 9E. RGB value is (161,5,158). Sum of RGB (Red+Green+Blue) = 161+5+158=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1059E is #5EFA61. Grayscale: #444444. Windows color (decimal): -6224482 or 10356129. OLE color: 10356129.

HSL color Cylindrical-coordinate representation of color #A1059E: hue angle of 301.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 #A1059E is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 5 158 -
CMYK 0 0.97 0.02 0.37
HSL 301.15º 0.94% 0.33% -
HSV(B) 301.15º 0.97% 0.63% -
XYZ 20.92 10.15 33.2 -
YUV 69.09 178.18 193.56 -
System Red Green Blue C M Y K H S L
Decimal 161 5 158 0 0.97 0.02 0.37 301.15 0.94 0.33
Hex A1 5 9E 0 61 2 25 12D 5E 21
Octal 241 5 236 0 141 2 45 455 136 41
Binary 10100001 101 10011110 0 1100001 10 100101 100101101 1011110 100001

Color Harmonies of #A1059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1059E

Black with #A1059E

Text Example


Text Example

White with #A1059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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