Html Css Color HEX #A40C84 Dark Magenta

📋 copy color: '#A40C84'

red 164 ◦ green 12 ◦ blue 132

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

Shades of Dark Magenta #A40C84

Tints of Dark Magenta #A40C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 53.25%
G = 3.9%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A40C84 (or 0xA40C84) is known color: Dark Magenta. HEX triplet: A4, 0C and 84. RGB value is (164,12,132). Sum of RGB (Red+Green+Blue) = 164+12+132=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C84 is #5BF37B. Grayscale: #464646. Windows color (decimal): -6026108 or 8653988. OLE color: 8653988.

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

Color convert

RGB 164 12 132 -
CMYK 0 0.93 0.20 0.36
HSL 312.63º 0.86% 0.35% -
HSV(B) 312.63º 0.93% 0.64% -
XYZ 19.61 9.82 22.69 -
YUV 71.13 162.36 194.24 -
System Red Green Blue C M Y K H S L
Decimal 164 12 132 0 0.93 0.20 0.36 312.63 0.86 0.35
Hex A4 C 84 0 5D 14 24 139 56 23
Octal 244 14 204 0 135 24 44 471 126 43
Binary 10100100 1100 10000100 0 1011101 10100 100100 100111001 1010110 100011

Color Harmonies of #A40C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C84

Black with #A40C84

Text Example


Text Example

White with #A40C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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