Html Css Color HEX #A1009C Dark Magenta

📋 copy color: '#A1009C'

red 161 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #A1009C

Tints of Dark Magenta #A1009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 49.21%

R = 50.79%
G = 0%
B = 49.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#A1009C (or 0xA1009C) is known color: Dark Magenta. HEX triplet: A1, 00 and 9C. RGB value is (161,0,156). Sum of RGB (Red+Green+Blue) = 161+0+156=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1009C is #5EFF63. Grayscale: #414141. Windows color (decimal): -6225764 or 10223777. OLE color: 10223777.

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

Color convert

RGB 161 0 156 -
CMYK 0 1 0.03 0.37
HSL 301.86º 1% 0.32% -
HSV(B) 301.86º 1% 0.63% -
XYZ 20.7 9.98 32.29 -
YUV 65.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 161 0 156 0 1 0.03 0.37 301.86 1 0.32
Hex A1 0 9C 0 64 3 25 12E 64 20
Octal 241 0 234 0 144 3 45 456 144 40
Binary 10100001 0 10011100 0 1100100 11 100101 100101110 1100100 100000

Color Harmonies of #A1009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1009C

Black with #A1009C

Text Example


Text Example

White with #A1009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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