Html Css Color HEX #A104AD Dark Magenta

📋 copy color: '#A104AD'

red 161 ◦ green 4 ◦ blue 173

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

Shades of Dark Magenta #A104AD

Tints of Dark Magenta #A104AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

 BLUE value IS 173 (67.97% from 255) = 51.18%

R = 47.63%
G = 1.18%
B = 51.18%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A104AD (or 0xA104AD) is known color: Dark Magenta. HEX triplet: A1, 04 and AD. RGB value is (161,4,173). Sum of RGB (Red+Green+Blue) = 161+4+173=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #A104AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A104AD is #5EFB52. Grayscale: #454545. Windows color (decimal): -6224723 or 11338913. OLE color: 11338913.

HSL color Cylindrical-coordinate representation of color #A104AD: hue angle of 295.74º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104AD is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 4 173 -
CMYK 0.07 0.98 0 0.32
HSL 295.74º 0.95% 0.35% -
HSV(B) 295.74º 0.98% 0.68% -
XYZ 22.28 10.68 40.42 -
YUV 70.21 186.01 192.76 -
System Red Green Blue C M Y K H S L
Decimal 161 4 173 0.07 0.98 0 0.32 295.74 0.95 0.35
Hex A1 4 AD 7 62 0 20 128 5F 23
Octal 241 4 255 7 142 0 40 450 137 43
Binary 10100001 100 10101101 111 1100010 0 100000 100101000 1011111 100011

Color Harmonies of #A104AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A104AD

Black with #A104AD

Text Example


Text Example

White with #A104AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A104AD; }

 p { color: rgb(161,4,173); }

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

background-color css

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

 a { background-color: rgb(161,4,173); }

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

border-color css

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

 span { border-color: rgb(161,4,173); }

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