Html Css Color HEX #A40C99 Dark Magenta

📋 copy color: '#A40C99'

red 164 ◦ green 12 ◦ blue 153

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

Shades of Dark Magenta #A40C99

Tints of Dark Magenta #A40C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 49.85%
G = 3.65%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A40C99 (or 0xA40C99) is known color: Dark Magenta. HEX triplet: A4, 0C and 99. RGB value is (164,12,153). Sum of RGB (Red+Green+Blue) = 164+12+153=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C99 is #5BF366. Grayscale: #494949. Windows color (decimal): -6026087 or 10030244. OLE color: 10030244.

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

Color convert

RGB 164 12 153 -
CMYK 0 0.93 0.07 0.36
HSL 304.34º 0.86% 0.35% -
HSV(B) 304.34º 0.93% 0.64% -
XYZ 21.19 10.46 31.04 -
YUV 73.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 164 12 153 0 0.93 0.07 0.36 304.34 0.86 0.35
Hex A4 C 99 0 5D 7 24 130 56 23
Octal 244 14 231 0 135 7 44 460 126 43
Binary 10100100 1100 10011001 0 1011101 111 100100 100110000 1010110 100011

Color Harmonies of #A40C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C99

Black with #A40C99

Text Example


Text Example

White with #A40C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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