Html Css Color HEX #A11690 Dark Magenta

📋 copy color: '#A11690'

red 161 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #A11690

Tints of Dark Magenta #A11690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.73%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 49.24%
G = 6.73%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A11690 (or 0xA11690) is known color: Dark Magenta. HEX triplet: A1, 16 and 90. RGB value is (161,22,144). Sum of RGB (Red+Green+Blue) = 161+22+144=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A11690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11690 is #5EE96F. Grayscale: #4D4D4D. Windows color (decimal): -6220144 or 9442977. OLE color: 9442977.

HSL color Cylindrical-coordinate representation of color #A11690: hue angle of 307.34º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11690 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 22 144 -
CMYK 0 0.86 0.11 0.37
HSL 307.34º 0.76% 0.36% -
HSV(B) 307.34º 0.86% 0.63% -
XYZ 20.02 10.16 27.29 -
YUV 77.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 161 22 144 0 0.86 0.11 0.37 307.34 0.76 0.36
Hex A1 16 90 0 56 B 25 133 4C 24
Octal 241 26 220 0 126 13 45 463 114 44
Binary 10100001 10110 10010000 0 1010110 1011 100101 100110011 1001100 100100

Color Harmonies of #A11690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11690

Black with #A11690

Text Example


Text Example

White with #A11690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11690; }

 p { color: rgb(161,22,144); }

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

background-color css

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

 a { background-color: rgb(161,22,144); }

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

border-color css

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

 span { border-color: rgb(161,22,144); }

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