Html Css Color HEX #A41392 Dark Magenta

📋 copy color: '#A41392'

red 164 ◦ green 19 ◦ blue 146

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

Shades of Dark Magenta #A41392

Tints of Dark Magenta #A41392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.38%

R = 49.85%
G = 5.78%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A41392 (or 0xA41392) is known color: Dark Magenta. HEX triplet: A4, 13 and 92. RGB value is (164,19,146). Sum of RGB (Red+Green+Blue) = 164+19+146=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A41392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41392 is #5BEC6D. Grayscale: #4C4C4C. Windows color (decimal): -6024302 or 9573284. OLE color: 9573284.

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

Color convert

RGB 164 19 146 -
CMYK 0 0.88 0.11 0.36
HSL 307.45º 0.79% 0.36% -
HSV(B) 307.45º 0.88% 0.64% -
XYZ 20.73 10.43 28.12 -
YUV 76.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 164 19 146 0 0.88 0.11 0.36 307.45 0.79 0.36
Hex A4 13 92 0 58 B 24 133 4F 24
Octal 244 23 222 0 130 13 44 463 117 44
Binary 10100100 10011 10010010 0 1011000 1011 100100 100110011 1001111 100100

Color Harmonies of #A41392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41392

Black with #A41392

Text Example


Text Example

White with #A41392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41392; }

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

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

background-color css

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

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

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

border-color css

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

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

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