Html Css Color HEX #A40C8F Dark Magenta

📋 copy color: '#A40C8F'

red 164 ◦ green 12 ◦ blue 143

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

Shades of Dark Magenta #A40C8F

Tints of Dark Magenta #A40C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.83%

R = 51.41%
G = 3.76%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A40C8F (or 0xA40C8F) is known color: Dark Magenta. HEX triplet: A4, 0C and 8F. RGB value is (164,12,143). Sum of RGB (Red+Green+Blue) = 164+12+143=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C8F is #5BF370. Grayscale: #484848. Windows color (decimal): -6026097 or 9374884. OLE color: 9374884.

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

Color convert

RGB 164 12 143 -
CMYK 0 0.93 0.13 0.36
HSL 308.29º 0.86% 0.35% -
HSV(B) 308.29º 0.93% 0.64% -
XYZ 20.4 10.14 26.87 -
YUV 72.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 164 12 143 0 0.93 0.13 0.36 308.29 0.86 0.35
Hex A4 C 8F 0 5D D 24 134 56 23
Octal 244 14 217 0 135 15 44 464 126 43
Binary 10100100 1100 10001111 0 1011101 1101 100100 100110100 1010110 100011

Color Harmonies of #A40C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C8F

Black with #A40C8F

Text Example


Text Example

White with #A40C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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