Html Css Color HEX #A40C9F Dark Magenta

📋 copy color: '#A40C9F'

red 164 ◦ green 12 ◦ blue 159

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

Shades of Dark Magenta #A40C9F

Tints of Dark Magenta #A40C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.46%

R = 48.96%
G = 3.58%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A40C9F (or 0xA40C9F) is known color: Dark Magenta. HEX triplet: A4, 0C and 9F. RGB value is (164,12,159). Sum of RGB (Red+Green+Blue) = 164+12+159=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C9F is #5BF360. Grayscale: #494949. Windows color (decimal): -6026081 or 10423460. OLE color: 10423460.

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

Color convert

RGB 164 12 159 -
CMYK 0 0.93 0.03 0.36
HSL 301.97º 0.86% 0.35% -
HSV(B) 301.97º 0.93% 0.64% -
XYZ 21.7 10.66 33.71 -
YUV 74.21 175.86 192.05 -
System Red Green Blue C M Y K H S L
Decimal 164 12 159 0 0.93 0.03 0.36 301.97 0.86 0.35
Hex A4 C 9F 0 5D 3 24 12E 56 23
Octal 244 14 237 0 135 3 44 456 126 43
Binary 10100100 1100 10011111 0 1011101 11 100100 100101110 1010110 100011

Color Harmonies of #A40C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C9F

Black with #A40C9F

Text Example


Text Example

White with #A40C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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