Html Css Color HEX #A1079E Dark Magenta

📋 copy color: '#A1079E'

red 161 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #A1079E

Tints of Dark Magenta #A1079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

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

R = 49.39%
G = 2.15%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1079E (or 0xA1079E) is known color: Dark Magenta. HEX triplet: A1, 07 and 9E. RGB value is (161,7,158). Sum of RGB (Red+Green+Blue) = 161+7+158=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1079E is #5EF861. Grayscale: #454545. Windows color (decimal): -6223970 or 10356641. OLE color: 10356641.

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

Color convert

RGB 161 7 158 -
CMYK 0 0.96 0.02 0.37
HSL 301.17º 0.92% 0.33% -
HSV(B) 301.17º 0.96% 0.63% -
XYZ 20.95 10.2 33.21 -
YUV 70.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 161 7 158 0 0.96 0.02 0.37 301.17 0.92 0.33
Hex A1 7 9E 0 60 2 25 12D 5C 21
Octal 241 7 236 0 140 2 45 455 134 41
Binary 10100001 111 10011110 0 1100000 10 100101 100101101 1011100 100001

Color Harmonies of #A1079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1079E

Black with #A1079E

Text Example


Text Example

White with #A1079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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