Html Css Color HEX #A1009E Dark Magenta

📋 copy color: '#A1009E'

red 161 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #A1009E

Tints of Dark Magenta #A1009E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.47%
G = 0%
B = 49.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A1009E (or 0xA1009E) is known color: Dark Magenta. HEX triplet: A1, 00 and 9E. RGB value is (161,0,158). Sum of RGB (Red+Green+Blue) = 161+0+158=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A1009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1009E is #5EFF61. Grayscale: #414141. Windows color (decimal): -6225762 or 10354849. OLE color: 10354849.

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

Color convert

RGB 161 0 158 -
CMYK 0 1 0.02 0.37
HSL 301.12º 1% 0.32% -
HSV(B) 301.12º 1% 0.63% -
XYZ 20.87 10.05 33.19 -
YUV 66.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 161 0 158 0 1 0.02 0.37 301.12 1 0.32
Hex A1 0 9E 0 64 2 25 12D 64 20
Octal 241 0 236 0 144 2 45 455 144 40
Binary 10100001 0 10011110 0 1100100 10 100101 100101101 1100100 100000

Color Harmonies of #A1009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1009E

Black with #A1009E

Text Example


Text Example

White with #A1009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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