Html Css Color HEX #A41BA2 Dark Magenta

📋 copy color: '#A41BA2'

red 164 ◦ green 27 ◦ blue 162

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

Shades of Dark Magenta #A41BA2

Tints of Dark Magenta #A41BA2

RGB

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

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

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

R = 46.46%
G = 7.65%
B = 45.89%

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

#A41BA2 (or 0xA41BA2) is known color: Dark Magenta. HEX triplet: A4, 1B and A2. RGB value is (164,27,162). Sum of RGB (Red+Green+Blue) = 164+27+162=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A41BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BA2 is #5BE45D. Grayscale: #525252. Windows color (decimal): -6022238 or 10623908. OLE color: 10623908.

HSL color Cylindrical-coordinate representation of color #A41BA2: hue angle of 300.88º degrees, saturation: 0.72, 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 #A41BA2 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 27 162 -
CMYK 0 0.84 0.01 0.36
HSL 300.88º 0.72% 0.37% -
HSV(B) 300.88º 0.84% 0.64% -
XYZ 22.22 11.29 35.19 -
YUV 83.35 172.39 185.52 -
System Red Green Blue C M Y K H S L
Decimal 164 27 162 0 0.84 0.01 0.36 300.88 0.72 0.37
Hex A4 1B A2 0 54 1 24 12D 48 25
Octal 244 33 242 0 124 1 44 455 110 45
Binary 10100100 11011 10100010 0 1010100 1 100100 100101101 1001000 100101

Color Harmonies of #A41BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BA2

Black with #A41BA2

Text Example


Text Example

White with #A41BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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