Html Css Color HEX #A40792 Dark Magenta

📋 copy color: '#A40792'

red 164 ◦ green 7 ◦ blue 146

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

Shades of Dark Magenta #A40792

Tints of Dark Magenta #A40792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

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

R = 51.74%
G = 2.21%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A40792 (or 0xA40792) is known color: Dark Magenta. HEX triplet: A4, 07 and 92. RGB value is (164,7,146). Sum of RGB (Red+Green+Blue) = 164+7+146=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A40792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40792 is #5BF86D. Grayscale: #454545. Windows color (decimal): -6027374 or 9570212. OLE color: 9570212.

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

Color convert

RGB 164 7 146 -
CMYK 0 0.96 0.11 0.36
HSL 306.88º 0.92% 0.34% -
HSV(B) 306.88º 0.96% 0.64% -
XYZ 20.57 10.12 28.06 -
YUV 69.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 164 7 146 0 0.96 0.11 0.36 306.88 0.92 0.34
Hex A4 7 92 0 60 B 24 133 5C 22
Octal 244 7 222 0 140 13 44 463 134 42
Binary 10100100 111 10010010 0 1100000 1011 100100 100110011 1011100 100010

Color Harmonies of #A40792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40792

Black with #A40792

Text Example


Text Example

White with #A40792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40792; }

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

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

background-color css

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

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

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

border-color css

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

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

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