Html Css Color HEX #A11294 Dark Magenta

📋 copy color: '#A11294'

red 161 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #A11294

Tints of Dark Magenta #A11294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 49.24%
G = 5.5%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A11294 (or 0xA11294) is known color: Dark Magenta. HEX triplet: A1, 12 and 94. RGB value is (161,18,148). Sum of RGB (Red+Green+Blue) = 161+18+148=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A11294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11294 is #5EED6B. Grayscale: #4B4B4B. Windows color (decimal): -6221164 or 9704097. OLE color: 9704097.

HSL color Cylindrical-coordinate representation of color #A11294: hue angle of 305.45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11294 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 148 -
CMYK 0 0.89 0.08 0.37
HSL 305.45º 0.8% 0.35% -
HSV(B) 305.45º 0.89% 0.63% -
XYZ 20.26 10.15 28.91 -
YUV 75.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 161 18 148 0 0.89 0.08 0.37 305.45 0.8 0.35
Hex A1 12 94 0 59 8 25 131 50 23
Octal 241 22 224 0 131 10 45 461 120 43
Binary 10100001 10010 10010100 0 1011001 1000 100101 100110001 1010000 100011

Color Harmonies of #A11294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11294

Black with #A11294

Text Example


Text Example

White with #A11294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11294; }

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

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

background-color css

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

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

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

border-color css

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

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

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