Html Css Color HEX #A10392 Dark Magenta

📋 copy color: '#A10392'

red 161 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #A10392

Tints of Dark Magenta #A10392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.97%

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 51.94%
G = 0.97%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A10392 (or 0xA10392) is known color: Dark Magenta. HEX triplet: A1, 03 and 92. RGB value is (161,3,146). Sum of RGB (Red+Green+Blue) = 161+3+146=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A10392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10392 is #5EFC6D. Grayscale: #424242. Windows color (decimal): -6225006 or 9569185. OLE color: 9569185.

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

Color convert

RGB 161 3 146 -
CMYK 0 0.98 0.09 0.37
HSL 305.7º 0.96% 0.32% -
HSV(B) 305.7º 0.98% 0.63% -
XYZ 19.92 9.72 28.02 -
YUV 66.54 172.85 195.37 -
System Red Green Blue C M Y K H S L
Decimal 161 3 146 0 0.98 0.09 0.37 305.7 0.96 0.32
Hex A1 3 92 0 62 9 25 132 60 20
Octal 241 3 222 0 142 11 45 462 140 40
Binary 10100001 11 10010010 0 1100010 1001 100101 100110010 1100000 100000

Color Harmonies of #A10392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10392

Black with #A10392

Text Example


Text Example

White with #A10392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10392; }

 p { color: rgb(161,3,146); }

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

background-color css

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

 a { background-color: rgb(161,3,146); }

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

border-color css

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

 span { border-color: rgb(161,3,146); }

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