Html Css Color HEX #A11092 Dark Magenta

📋 copy color: '#A11092'

red 161 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #A11092

Tints of Dark Magenta #A11092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.95%

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 49.85%
G = 4.95%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A11092 (or 0xA11092) is known color: Dark Magenta. HEX triplet: A1, 10 and 92. RGB value is (161,16,146). Sum of RGB (Red+Green+Blue) = 161+16+146=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A11092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11092 is #5EEF6D. Grayscale: #494949. Windows color (decimal): -6221678 or 9572513. OLE color: 9572513.

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

Color convert

RGB 161 16 146 -
CMYK 0 0.90 0.09 0.37
HSL 306.21º 0.82% 0.35% -
HSV(B) 306.21º 0.9% 0.63% -
XYZ 20.07 10.02 28.07 -
YUV 74.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 161 16 146 0 0.90 0.09 0.37 306.21 0.82 0.35
Hex A1 10 92 0 5A 9 25 132 52 23
Octal 241 20 222 0 132 11 45 462 122 43
Binary 10100001 10000 10010010 0 1011010 1001 100101 100110010 1010010 100011

Color Harmonies of #A11092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11092

Black with #A11092

Text Example


Text Example

White with #A11092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11092; }

 p { color: rgb(161,16,146); }

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

background-color css

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

 a { background-color: rgb(161,16,146); }

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

border-color css

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

 span { border-color: rgb(161,16,146); }

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