Html Css Color HEX #A401A1 Dark Magenta

📋 copy color: '#A401A1'

red 164 ◦ green 1 ◦ blue 161

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

Shades of Dark Magenta #A401A1

Tints of Dark Magenta #A401A1

RGB

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

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

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

R = 50.31%
G = 0.31%
B = 49.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A401A1 (or 0xA401A1) is known color: Dark Magenta. HEX triplet: A4, 01 and A1. RGB value is (164,1,161). Sum of RGB (Red+Green+Blue) = 164+1+161=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A401A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A401A1 is #5BFE5E. Grayscale: #434343. Windows color (decimal): -6028895 or 10551716. OLE color: 10551716.

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

Color convert

RGB 164 1 161 -
CMYK 0 0.99 0.02 0.36
HSL 301.1º 0.99% 0.32% -
HSV(B) 301.1º 0.99% 0.64% -
XYZ 21.75 10.49 34.6 -
YUV 67.98 180.5 196.49 -
System Red Green Blue C M Y K H S L
Decimal 164 1 161 0 0.99 0.02 0.36 301.1 0.99 0.32
Hex A4 1 A1 0 63 2 24 12D 63 20
Octal 244 1 241 0 143 2 44 455 143 40
Binary 10100100 1 10100001 0 1100011 10 100100 100101101 1100011 100000

Color Harmonies of #A401A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A401A1

Black with #A401A1

Text Example


Text Example

White with #A401A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A401A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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