Html Css Color HEX #A10189 Dark Magenta

📋 copy color: '#A10189'

red 161 ◦ green 1 ◦ blue 137

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

Shades of Dark Magenta #A10189

Tints of Dark Magenta #A10189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 53.85%
G = 0.33%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A10189 (or 0xA10189) is known color: Dark Magenta. HEX triplet: A1, 01 and 89. RGB value is (161,1,137). Sum of RGB (Red+Green+Blue) = 161+1+137=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A10189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10189 is #5EFE76. Grayscale: #3F3F3F. Windows color (decimal): -6225527 or 8978849. OLE color: 8978849.

HSL color Cylindrical-coordinate representation of color #A10189: hue angle of 309º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10189 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 1 137 -
CMYK 0 0.99 0.15 0.37
HSL 309º 0.99% 0.32% -
HSV(B) 309º 0.99% 0.63% -
XYZ 19.22 9.4 24.47 -
YUV 64.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 161 1 137 0 0.99 0.15 0.37 309 0.99 0.32
Hex A1 1 89 0 63 F 25 135 63 20
Octal 241 1 211 0 143 17 45 465 143 40
Binary 10100001 1 10001001 0 1100011 1111 100101 100110101 1100011 100000

Color Harmonies of #A10189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10189

Black with #A10189

Text Example


Text Example

White with #A10189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10189; }

 p { color: rgb(161,1,137); }

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

background-color css

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

 a { background-color: rgb(161,1,137); }

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

border-color css

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

 span { border-color: rgb(161,1,137); }

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