Html Css Color HEX #A100AD Dark Magenta

📋 copy color: '#A100AD'

red 161 ◦ green 0 ◦ blue 173

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

Shades of Dark Magenta #A100AD

Tints of Dark Magenta #A100AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.2%
G = 0%
B = 51.8%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A100AD (or 0xA100AD) is known color: Dark Magenta. HEX triplet: A1, 00 and AD. RGB value is (161,0,173). Sum of RGB (Red+Green+Blue) = 161+0+173=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #A100AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A100AD is #5EFF52. Grayscale: #434343. Windows color (decimal): -6225747 or 11337889. OLE color: 11337889.

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

Color convert

RGB 161 0 173 -
CMYK 0.07 1 0 0.32
HSL 295.84º 1% 0.34% -
HSV(B) 295.84º 1% 0.68% -
XYZ 22.24 10.59 40.41 -
YUV 67.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 161 0 173 0.07 1 0 0.32 295.84 1 0.34
Hex A1 0 AD 7 64 0 20 128 64 22
Octal 241 0 255 7 144 0 40 450 144 42
Binary 10100001 0 10101101 111 1100100 0 100000 100101000 1100100 100010

Color Harmonies of #A100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A100AD

Black with #A100AD

Text Example


Text Example

White with #A100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A100AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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