Html Css Color HEX #A112AB Dark Magenta

📋 copy color: '#A112AB'

red 161 ◦ green 18 ◦ blue 171

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

Shades of Dark Magenta #A112AB

Tints of Dark Magenta #A112AB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 46%
G = 5.14%
B = 48.86%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A112AB (or 0xA112AB) is known color: Dark Magenta. HEX triplet: A1, 12 and AB. RGB value is (161,18,171). Sum of RGB (Red+Green+Blue) = 161+18+171=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #A112AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A112AB is #5EED54. Grayscale: #4D4D4D. Windows color (decimal): -6221141 or 11211425. OLE color: 11211425.

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

Color convert

RGB 161 18 171 -
CMYK 0.06 0.89 0 0.33
HSL 296.08º 0.81% 0.37% -
HSV(B) 296.08º 0.89% 0.67% -
XYZ 22.26 10.95 39.47 -
YUV 78.2 180.38 187.06 -
System Red Green Blue C M Y K H S L
Decimal 161 18 171 0.06 0.89 0 0.33 296.08 0.81 0.37
Hex A1 12 AB 6 59 0 21 128 51 25
Octal 241 22 253 6 131 0 41 450 121 45
Binary 10100001 10010 10101011 110 1011001 0 100001 100101000 1010001 100101

Color Harmonies of #A112AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A112AB

Black with #A112AB

Text Example


Text Example

White with #A112AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A112AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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