Html Css Color HEX #A11085 Dark Magenta

📋 copy color: '#A11085'

red 161 ◦ green 16 ◦ blue 133

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

Shades of Dark Magenta #A11085

Tints of Dark Magenta #A11085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 51.94%
G = 5.16%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A11085 (or 0xA11085) is known color: Dark Magenta. HEX triplet: A1, 10 and 85. RGB value is (161,16,133). Sum of RGB (Red+Green+Blue) = 161+16+133=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A11085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11085 is #5EEF7A. Grayscale: #484848. Windows color (decimal): -6221691 or 8720545. OLE color: 8720545.

HSL color Cylindrical-coordinate representation of color #A11085: hue angle of 311.59º 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 #A11085 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 133 -
CMYK 0 0.90 0.17 0.37
HSL 311.59º 0.82% 0.35% -
HSV(B) 311.59º 0.9% 0.63% -
XYZ 19.12 9.64 23.04 -
YUV 72.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 161 16 133 0 0.90 0.17 0.37 311.59 0.82 0.35
Hex A1 10 85 0 5A 11 25 138 52 23
Octal 241 20 205 0 132 21 45 470 122 43
Binary 10100001 10000 10000101 0 1011010 10001 100101 100111000 1010010 100011

Color Harmonies of #A11085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11085

Black with #A11085

Text Example


Text Example

White with #A11085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11085; }

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

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

background-color css

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

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

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

border-color css

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

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

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