Html Css Color HEX #A10B9A Dark Magenta

📋 copy color: '#A10B9A'

red 161 ◦ green 11 ◦ blue 154

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

Shades of Dark Magenta #A10B9A

Tints of Dark Magenta #A10B9A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

 BLUE value IS 154 (60.55% from 255) = 47.24%

R = 49.39%
G = 3.37%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A10B9A (or 0xA10B9A) is known color: Dark Magenta. HEX triplet: A1, 0B and 9A. RGB value is (161,11,154). Sum of RGB (Red+Green+Blue) = 161+11+154=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10B9A is #5EF465. Grayscale: #474747. Windows color (decimal): -6222950 or 10095521. OLE color: 10095521.

HSL color Cylindrical-coordinate representation of color #A10B9A: hue angle of 302.8º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A10B9A is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 11 154 -
CMYK 0 0.93 0.04 0.37
HSL 302.8º 0.87% 0.34% -
HSV(B) 302.8º 0.93% 0.63% -
XYZ 20.65 10.15 31.44 -
YUV 72.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 161 11 154 0 0.93 0.04 0.37 302.8 0.87 0.34
Hex A1 B 9A 0 5D 4 25 12F 57 22
Octal 241 13 232 0 135 4 45 457 127 42
Binary 10100001 1011 10011010 0 1011101 100 100101 100101111 1010111 100010

Color Harmonies of #A10B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10B9A

Black with #A10B9A

Text Example


Text Example

White with #A10B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10B9A; }

 p { color: rgb(161,11,154); }

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

background-color css

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

 a { background-color: rgb(161,11,154); }

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

border-color css

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

 span { border-color: rgb(161,11,154); }

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