Html Css Color HEX #A111AB Dark Magenta

📋 copy color: '#A111AB'

red 161 ◦ green 17 ◦ blue 171

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

Shades of Dark Magenta #A111AB

Tints of Dark Magenta #A111AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.87%

 BLUE value IS 171 (67.19% from 255) = 49%

R = 46.13%
G = 4.87%
B = 49%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A111AB (or 0xA111AB) is known color: Dark Magenta. HEX triplet: A1, 11 and AB. RGB value is (161,17,171). Sum of RGB (Red+Green+Blue) = 161+17+171=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #A111AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A111AB is #5EEE54. Grayscale: #4D4D4D. Windows color (decimal): -6221397 or 11211169. OLE color: 11211169.

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

Color convert

RGB 161 17 171 -
CMYK 0.06 0.90 0 0.33
HSL 296.1º 0.82% 0.37% -
HSV(B) 296.1º 0.9% 0.67% -
XYZ 22.25 10.92 39.46 -
YUV 77.61 180.71 187.48 -
System Red Green Blue C M Y K H S L
Decimal 161 17 171 0.06 0.90 0 0.33 296.1 0.82 0.37
Hex A1 11 AB 6 5A 0 21 128 52 25
Octal 241 21 253 6 132 0 41 450 122 45
Binary 10100001 10001 10101011 110 1011010 0 100001 100101000 1010010 100101

Color Harmonies of #A111AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A111AB

Black with #A111AB

Text Example


Text Example

White with #A111AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A111AB; }

 p { color: rgb(161,17,171); }

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

background-color css

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

 a { background-color: rgb(161,17,171); }

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

border-color css

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

 span { border-color: rgb(161,17,171); }

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