Html Css Color HEX #A40392 Dark Magenta

📋 copy color: '#A40392'

red 164 ◦ green 3 ◦ blue 146

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

Shades of Dark Magenta #A40392

Tints of Dark Magenta #A40392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 52.4%
G = 0.96%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A40392 (or 0xA40392) is known color: Dark Magenta. HEX triplet: A4, 03 and 92. RGB value is (164,3,146). Sum of RGB (Red+Green+Blue) = 164+3+146=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A40392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40392 is #5BFC6D. Grayscale: #434343. Windows color (decimal): -6028398 or 9569188. OLE color: 9569188.

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

Color convert

RGB 164 3 146 -
CMYK 0 0.98 0.11 0.36
HSL 306.71º 0.96% 0.33% -
HSV(B) 306.71º 0.98% 0.64% -
XYZ 20.53 10.03 28.05 -
YUV 67.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 164 3 146 0 0.98 0.11 0.36 306.71 0.96 0.33
Hex A4 3 92 0 62 B 24 133 60 21
Octal 244 3 222 0 142 13 44 463 140 41
Binary 10100100 11 10010010 0 1100010 1011 100100 100110011 1100000 100001

Color Harmonies of #A40392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40392

Black with #A40392

Text Example


Text Example

White with #A40392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40392; }

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

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

background-color css

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

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

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

border-color css

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

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

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