Html Css Color HEX #A41394 Dark Magenta

📋 copy color: '#A41394'

red 164 ◦ green 19 ◦ blue 148

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

Shades of Dark Magenta #A41394

Tints of Dark Magenta #A41394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.74%

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 49.55%
G = 5.74%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A41394 (or 0xA41394) is known color: Dark Magenta. HEX triplet: A4, 13 and 94. RGB value is (164,19,148). Sum of RGB (Red+Green+Blue) = 164+19+148=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A41394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41394 is #5BEC6B. Grayscale: #4C4C4C. Windows color (decimal): -6024300 or 9704356. OLE color: 9704356.

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

Color convert

RGB 164 19 148 -
CMYK 0 0.88 0.10 0.36
HSL 306.62º 0.79% 0.36% -
HSV(B) 306.62º 0.88% 0.64% -
XYZ 20.89 10.5 28.94 -
YUV 77.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 164 19 148 0 0.88 0.10 0.36 306.62 0.79 0.36
Hex A4 13 94 0 58 A 24 133 4F 24
Octal 244 23 224 0 130 12 44 463 117 44
Binary 10100100 10011 10010100 0 1011000 1010 100100 100110011 1001111 100100

Color Harmonies of #A41394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41394

Black with #A41394

Text Example


Text Example

White with #A41394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41394; }

 p { color: rgb(164,19,148); }

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

background-color css

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

 a { background-color: rgb(164,19,148); }

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

border-color css

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

 span { border-color: rgb(164,19,148); }

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