Html Css Color HEX #A1108A Dark Magenta

📋 copy color: '#A1108A'

red 161 ◦ green 16 ◦ blue 138

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

Shades of Dark Magenta #A1108A

Tints of Dark Magenta #A1108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.08%

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 51.11%
G = 5.08%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1108A (or 0xA1108A) is known color: Dark Magenta. HEX triplet: A1, 10 and 8A. RGB value is (161,16,138). Sum of RGB (Red+Green+Blue) = 161+16+138=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A1108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A1108A is #5EEF75. Grayscale: #484848. Windows color (decimal): -6221686 or 9048225. OLE color: 9048225.

HSL color Cylindrical-coordinate representation of color #A1108A: hue angle of 309.52º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1108A is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 138 -
CMYK 0 0.90 0.14 0.37
HSL 309.52º 0.82% 0.35% -
HSV(B) 309.52º 0.9% 0.63% -
XYZ 19.47 9.78 24.91 -
YUV 73.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 161 16 138 0 0.90 0.14 0.37 309.52 0.82 0.35
Hex A1 10 8A 0 5A E 25 136 52 23
Octal 241 20 212 0 132 16 45 466 122 43
Binary 10100001 10000 10001010 0 1011010 1110 100101 100110110 1010010 100011

Color Harmonies of #A1108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1108A

Black with #A1108A

Text Example


Text Example

White with #A1108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1108A; }

 p { color: rgb(161,16,138); }

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

background-color css

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

 a { background-color: rgb(161,16,138); }

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

border-color css

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

 span { border-color: rgb(161,16,138); }

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