Html Css Color HEX #A40C96 Dark Magenta

📋 copy color: '#A40C96'

red 164 ◦ green 12 ◦ blue 150

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

Shades of Dark Magenta #A40C96

Tints of Dark Magenta #A40C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 50.31%
G = 3.68%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A40C96 (or 0xA40C96) is known color: Dark Magenta. HEX triplet: A4, 0C and 96. RGB value is (164,12,150). Sum of RGB (Red+Green+Blue) = 164+12+150=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40C96 is #5BF369. Grayscale: #484848. Windows color (decimal): -6026090 or 9833636. OLE color: 9833636.

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

Color convert

RGB 164 12 150 -
CMYK 0 0.93 0.09 0.36
HSL 305.53º 0.86% 0.35% -
HSV(B) 305.53º 0.93% 0.64% -
XYZ 20.95 10.36 29.75 -
YUV 73.18 171.36 192.78 -
System Red Green Blue C M Y K H S L
Decimal 164 12 150 0 0.93 0.09 0.36 305.53 0.86 0.35
Hex A4 C 96 0 5D 9 24 132 56 23
Octal 244 14 226 0 135 11 44 462 126 43
Binary 10100100 1100 10010110 0 1011101 1001 100100 100110010 1010110 100011

Color Harmonies of #A40C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40C96

Black with #A40C96

Text Example


Text Example

White with #A40C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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