Html Css Color HEX #A10890 Dark Magenta

📋 copy color: '#A10890'

red 161 ◦ green 8 ◦ blue 144

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

Shades of Dark Magenta #A10890

Tints of Dark Magenta #A10890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 51.44%
G = 2.56%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A10890 (or 0xA10890) is known color: Dark Magenta. HEX triplet: A1, 08 and 90. RGB value is (161,8,144). Sum of RGB (Red+Green+Blue) = 161+8+144=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A10890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10890 is #5EF76F. Grayscale: #444444. Windows color (decimal): -6223728 or 9439393. OLE color: 9439393.

HSL color Cylindrical-coordinate representation of color #A10890: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10890 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 144 -
CMYK 0 0.95 0.11 0.37
HSL 306.67º 0.91% 0.33% -
HSV(B) 306.67º 0.95% 0.63% -
XYZ 19.82 9.76 27.23 -
YUV 69.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 161 8 144 0 0.95 0.11 0.37 306.67 0.91 0.33
Hex A1 8 90 0 5F B 25 133 5B 21
Octal 241 10 220 0 137 13 45 463 133 41
Binary 10100001 1000 10010000 0 1011111 1011 100101 100110011 1011011 100001

Color Harmonies of #A10890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10890

Black with #A10890

Text Example


Text Example

White with #A10890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10890; }

 p { color: rgb(161,8,144); }

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

background-color css

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

 a { background-color: rgb(161,8,144); }

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

border-color css

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

 span { border-color: rgb(161,8,144); }

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