Html Css Color HEX #A11089 Dark Magenta

📋 copy color: '#A11089'

red 161 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #A11089

Tints of Dark Magenta #A11089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.63%

R = 51.27%
G = 5.1%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A11089 (or 0xA11089) is known color: Dark Magenta. HEX triplet: A1, 10 and 89. RGB value is (161,16,137). Sum of RGB (Red+Green+Blue) = 161+16+137=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A11089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11089 is #5EEF76. Grayscale: #484848. Windows color (decimal): -6221687 or 8982689. OLE color: 8982689.

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

Color convert

RGB 161 16 137 -
CMYK 0 0.90 0.15 0.37
HSL 309.93º 0.82% 0.35% -
HSV(B) 309.93º 0.9% 0.63% -
XYZ 19.4 9.75 24.53 -
YUV 73.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 161 16 137 0 0.90 0.15 0.37 309.93 0.82 0.35
Hex A1 10 89 0 5A F 25 136 52 23
Octal 241 20 211 0 132 17 45 466 122 43
Binary 10100001 10000 10001001 0 1011010 1111 100101 100110110 1010010 100011

Color Harmonies of #A11089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11089

Black with #A11089

Text Example


Text Example

White with #A11089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11089; }

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

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

background-color css

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

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

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

border-color css

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

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

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