Html Css Color HEX #A41AA2 Dark Magenta

📋 copy color: '#A41AA2'

red 164 ◦ green 26 ◦ blue 162

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

Shades of Dark Magenta #A41AA2

Tints of Dark Magenta #A41AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.39%

 BLUE value IS 162 (63.67% from 255) = 46.02%

R = 46.59%
G = 7.39%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A41AA2 (or 0xA41AA2) is known color: Dark Magenta. HEX triplet: A4, 1A and A2. RGB value is (164,26,162). Sum of RGB (Red+Green+Blue) = 164+26+162=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A41AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AA2 is #5BE55D. Grayscale: #525252. Windows color (decimal): -6022494 or 10623652. OLE color: 10623652.

HSL color Cylindrical-coordinate representation of color #A41AA2: hue angle of 300.87º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41AA2 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 162 -
CMYK 0 0.84 0.01 0.36
HSL 300.87º 0.73% 0.37% -
HSV(B) 300.87º 0.84% 0.64% -
XYZ 22.2 11.24 35.18 -
YUV 82.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 164 26 162 0 0.84 0.01 0.36 300.87 0.73 0.37
Hex A4 1A A2 0 54 1 24 12D 49 25
Octal 244 32 242 0 124 1 44 455 111 45
Binary 10100100 11010 10100010 0 1010100 1 100100 100101101 1001001 100101

Color Harmonies of #A41AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41AA2

Black with #A41AA2

Text Example


Text Example

White with #A41AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41AA2; }

 p { color: rgb(164,26,162); }

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

background-color css

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

 a { background-color: rgb(164,26,162); }

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

border-color css

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

 span { border-color: rgb(164,26,162); }

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