Html Css Color HEX #A10190 Dark Magenta

📋 copy color: '#A10190'

red 161 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #A10190

Tints of Dark Magenta #A10190

RGB

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

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

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

R = 52.61%
G = 0.33%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A10190 (or 0xA10190) is known color: Dark Magenta. HEX triplet: A1, 01 and 90. RGB value is (161,1,144). Sum of RGB (Red+Green+Blue) = 161+1+144=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A10190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10190 is #5EFE6F. Grayscale: #404040. Windows color (decimal): -6225520 or 9437601. OLE color: 9437601.

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

Color convert

RGB 161 1 144 -
CMYK 0 0.99 0.11 0.37
HSL 306.38º 0.99% 0.32% -
HSV(B) 306.38º 0.99% 0.63% -
XYZ 19.74 9.61 27.2 -
YUV 65.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 161 1 144 0 0.99 0.11 0.37 306.38 0.99 0.32
Hex A1 1 90 0 63 B 25 132 63 20
Octal 241 1 220 0 143 13 45 462 143 40
Binary 10100001 1 10010000 0 1100011 1011 100101 100110010 1100011 100000

Color Harmonies of #A10190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10190

Black with #A10190

Text Example


Text Example

White with #A10190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10190; }

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

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

background-color css

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

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

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

border-color css

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

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

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