Html Css Color HEX #A10B9F Dark Magenta

📋 copy color: '#A10B9F'

red 161 ◦ green 11 ◦ blue 159

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

Shades of Dark Magenta #A10B9F

Tints of Dark Magenta #A10B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 48.64%
G = 3.32%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A10B9F (or 0xA10B9F) is known color: Dark Magenta. HEX triplet: A1, 0B and 9F. RGB value is (161,11,159). Sum of RGB (Red+Green+Blue) = 161+11+159=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10B9F is #5EF460. Grayscale: #484848. Windows color (decimal): -6222945 or 10423201. OLE color: 10423201.

HSL color Cylindrical-coordinate representation of color #A10B9F: hue angle of 300.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 #A10B9F is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 11 159 -
CMYK 0 0.93 0.01 0.37
HSL 300.8º 0.87% 0.34% -
HSV(B) 300.8º 0.93% 0.63% -
XYZ 21.08 10.32 33.68 -
YUV 72.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 161 11 159 0 0.93 0.01 0.37 300.8 0.87 0.34
Hex A1 B 9F 0 5D 1 25 12D 57 22
Octal 241 13 237 0 135 1 45 455 127 42
Binary 10100001 1011 10011111 0 1011101 1 100101 100101101 1010111 100010

Color Harmonies of #A10B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10B9F

Black with #A10B9F

Text Example


Text Example

White with #A10B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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