Html Css Color HEX #A41B93 Dark Magenta

📋 copy color: '#A41B93'

red 164 ◦ green 27 ◦ blue 147

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

Shades of Dark Magenta #A41B93

Tints of Dark Magenta #A41B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 48.52%
G = 7.99%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A41B93 (or 0xA41B93) is known color: Dark Magenta. HEX triplet: A4, 1B and 93. RGB value is (164,27,147). Sum of RGB (Red+Green+Blue) = 164+27+147=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41B93 is #5BE46C. Grayscale: #515151. Windows color (decimal): -6022253 or 9640868. OLE color: 9640868.

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

Color convert

RGB 164 27 147 -
CMYK 0 0.84 0.10 0.36
HSL 307.45º 0.72% 0.37% -
HSV(B) 307.45º 0.84% 0.64% -
XYZ 20.97 10.78 28.58 -
YUV 81.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 164 27 147 0 0.84 0.10 0.36 307.45 0.72 0.37
Hex A4 1B 93 0 54 A 24 133 48 25
Octal 244 33 223 0 124 12 44 463 110 45
Binary 10100100 11011 10010011 0 1010100 1010 100100 100110011 1001000 100101

Color Harmonies of #A41B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B93

Black with #A41B93

Text Example


Text Example

White with #A41B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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