Html Css Color HEX #A40C92 Dark Magenta

📋 copy color: '#A40C92'

red 164 ◦ green 12 ◦ blue 146

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

Shades of Dark Magenta #A40C92

Tints of Dark Magenta #A40C92

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

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

R = 50.93%
G = 3.73%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A40C92 (or 0xA40C92) is known color: Dark Magenta. HEX triplet: A4, 0C and 92. RGB value is (164,12,146). Sum of RGB (Red+Green+Blue) = 164+12+146=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C92 is #5BF36D. Grayscale: #484848. Windows color (decimal): -6026094 or 9571492. OLE color: 9571492.

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

Color convert

RGB 164 12 146 -
CMYK 0 0.93 0.11 0.36
HSL 307.11º 0.86% 0.35% -
HSV(B) 307.11º 0.93% 0.64% -
XYZ 20.63 10.23 28.08 -
YUV 72.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 164 12 146 0 0.93 0.11 0.36 307.11 0.86 0.35
Hex A4 C 92 0 5D B 24 133 56 23
Octal 244 14 222 0 135 13 44 463 126 43
Binary 10100100 1100 10010010 0 1011101 1011 100100 100110011 1010110 100011

Color Harmonies of #A40C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C92

Black with #A40C92

Text Example


Text Example

White with #A40C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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