Html Css Color HEX #A41BAA Dark Magenta

📋 copy color: '#A41BAA'

red 164 ◦ green 27 ◦ blue 170

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

Shades of Dark Magenta #A41BAA

Tints of Dark Magenta #A41BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.48%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 45.43%
G = 7.48%
B = 47.09%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A41BAA (or 0xA41BAA) is known color: Dark Magenta. HEX triplet: A4, 1B and AA. RGB value is (164,27,170). Sum of RGB (Red+Green+Blue) = 164+27+170=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #A41BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BAA is #5BE455. Grayscale: #535353. Windows color (decimal): -6022230 or 11148196. OLE color: 11148196.

HSL color Cylindrical-coordinate representation of color #A41BAA: hue angle of 297.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41BAA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 27 170 -
CMYK 0.04 0.84 0 0.33
HSL 297.48º 0.73% 0.39% -
HSV(B) 297.48º 0.84% 0.67% -
XYZ 22.96 11.58 39.06 -
YUV 84.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 164 27 170 0.04 0.84 0 0.33 297.48 0.73 0.39
Hex A4 1B AA 4 54 0 21 129 49 27
Octal 244 33 252 4 124 0 41 451 111 47
Binary 10100100 11011 10101010 100 1010100 0 100001 100101001 1001001 100111

Color Harmonies of #A41BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BAA

Black with #A41BAA

Text Example


Text Example

White with #A41BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BAA; }

 p { color: rgb(164,27,170); }

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

background-color css

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

 a { background-color: rgb(164,27,170); }

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

border-color css

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

 span { border-color: rgb(164,27,170); }

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