Html Css Color HEX #A111AA Dark Magenta

📋 copy color: '#A111AA'

red 161 ◦ green 17 ◦ blue 170

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

Shades of Dark Magenta #A111AA

Tints of Dark Magenta #A111AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 46.26%
G = 4.89%
B = 48.85%

CMYK

 C value IS 0.05

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A111AA (or 0xA111AA) is known color: Dark Magenta. HEX triplet: A1, 11 and AA. RGB value is (161,17,170). Sum of RGB (Red+Green+Blue) = 161+17+170=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #A111AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A111AA is #5EEE55. Grayscale: #4D4D4D. Windows color (decimal): -6221398 or 11145633. OLE color: 11145633.

HSL color Cylindrical-coordinate representation of color #A111AA: hue angle of 296.47º 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 #A111AA is Cyan = 0.05, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 17 170 -
CMYK 0.05 0.9 0 0.33
HSL 296.47º 0.82% 0.37% -
HSV(B) 296.47º 0.9% 0.67% -
XYZ 22.15 10.88 38.96 -
YUV 77.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 161 17 170 0.05 0.9 0 0.33 296.47 0.82 0.37
Hex A1 11 AA 5 5A 0 21 128 52 25
Octal 241 21 252 5 132 0 41 450 122 45
Binary 10100001 10001 10101010 101 1011010 0 100001 100101000 1010010 100101

Color Harmonies of #A111AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A111AA

Black with #A111AA

Text Example


Text Example

White with #A111AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A111AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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