Html Css Color HEX #A400A1 Dark Magenta

📋 copy color: '#A400A1'

red 164 ◦ green 0 ◦ blue 161

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

Shades of Dark Magenta #A400A1

Tints of Dark Magenta #A400A1

RGB

 RED value IS 164 (64.45% from 255) = 50.46%

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

 BLUE value IS 161 (63.28% from 255) = 49.54%

R = 50.46%
G = 0%
B = 49.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A400A1 (or 0xA400A1) is known color: Dark Magenta. HEX triplet: A4, 00 and A1. RGB value is (164,0,161). Sum of RGB (Red+Green+Blue) = 164+0+161=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A400A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A400A1 is #5BFF5E. Grayscale: #424242. Windows color (decimal): -6029151 or 10551460. OLE color: 10551460.

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

Color convert

RGB 164 0 161 -
CMYK 0 1 0.02 0.36
HSL 301.1º 1% 0.32% -
HSV(B) 301.1º 1% 0.64% -
XYZ 21.74 10.47 34.59 -
YUV 67.39 180.83 196.91 -
System Red Green Blue C M Y K H S L
Decimal 164 0 161 0 1 0.02 0.36 301.1 1 0.32
Hex A4 0 A1 0 64 2 24 12D 64 20
Octal 244 0 241 0 144 2 44 455 144 40
Binary 10100100 0 10100001 0 1100100 10 100100 100101101 1100100 100000

Color Harmonies of #A400A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A400A1

Black with #A400A1

Text Example


Text Example

White with #A400A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A400A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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