Html Css Color HEX #A1008E Dark Magenta

📋 copy color: '#A1008E'

red 161 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #A1008E

Tints of Dark Magenta #A1008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.86%

R = 53.14%
G = 0%
B = 46.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1008E (or 0xA1008E) is known color: Dark Magenta. HEX triplet: A1, 00 and 8E. RGB value is (161,0,142). Sum of RGB (Red+Green+Blue) = 161+0+142=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1008E is #5EFF71. Grayscale: #3F3F3F. Windows color (decimal): -6225778 or 9306273. OLE color: 9306273.

HSL color Cylindrical-coordinate representation of color #A1008E: hue angle of 307.08º 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 #A1008E is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 0 142 -
CMYK 0 1 0.12 0.37
HSL 307.08º 1% 0.32% -
HSV(B) 307.08º 1% 0.63% -
XYZ 19.58 9.53 26.4 -
YUV 64.33 171.84 196.95 -
System Red Green Blue C M Y K H S L
Decimal 161 0 142 0 1 0.12 0.37 307.08 1 0.32
Hex A1 0 8E 0 64 C 25 133 64 20
Octal 241 0 216 0 144 14 45 463 144 40
Binary 10100001 0 10001110 0 1100100 1100 100101 100110011 1100100 100000

Color Harmonies of #A1008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1008E

Black with #A1008E

Text Example


Text Example

White with #A1008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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