Html Css Color HEX #A41792 Dark Magenta

📋 copy color: '#A41792'

red 164 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #A41792

Tints of Dark Magenta #A41792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.91%

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

R = 49.25%
G = 6.91%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A41792 (or 0xA41792) is known color: Dark Magenta. HEX triplet: A4, 17 and 92. RGB value is (164,23,146). Sum of RGB (Red+Green+Blue) = 164+23+146=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A41792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41792 is #5BE86D. Grayscale: #4E4E4E. Windows color (decimal): -6023278 or 9574308. OLE color: 9574308.

HSL color Cylindrical-coordinate representation of color #A41792: hue angle of 307.66º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41792 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 146 -
CMYK 0 0.86 0.11 0.36
HSL 307.66º 0.75% 0.37% -
HSV(B) 307.66º 0.86% 0.64% -
XYZ 20.8 10.58 28.14 -
YUV 79.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 164 23 146 0 0.86 0.11 0.36 307.66 0.75 0.37
Hex A4 17 92 0 56 B 24 134 4B 25
Octal 244 27 222 0 126 13 44 464 113 45
Binary 10100100 10111 10010010 0 1010110 1011 100100 100110100 1001011 100101

Color Harmonies of #A41792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41792

Black with #A41792

Text Example


Text Example

White with #A41792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41792; }

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

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

background-color css

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

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

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

border-color css

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

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

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