Html Css Color HEX #A40CA0 Dark Magenta

📋 copy color: '#A40CA0'

red 164 ◦ green 12 ◦ blue 160

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

Shades of Dark Magenta #A40CA0

Tints of Dark Magenta #A40CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 48.81%
G = 3.57%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A40CA0 (or 0xA40CA0) is known color: Dark Magenta. HEX triplet: A4, 0C and A0. RGB value is (164,12,160). Sum of RGB (Red+Green+Blue) = 164+12+160=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A40CA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40CA0 is #5BF35F. Grayscale: #494949. Windows color (decimal): -6026080 or 10488996. OLE color: 10488996.

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

Color convert

RGB 164 12 160 -
CMYK 0 0.93 0.02 0.36
HSL 301.58º 0.86% 0.35% -
HSV(B) 301.58º 0.93% 0.64% -
XYZ 21.79 10.69 34.17 -
YUV 74.32 176.36 191.97 -
System Red Green Blue C M Y K H S L
Decimal 164 12 160 0 0.93 0.02 0.36 301.58 0.86 0.35
Hex A4 C A0 0 5D 2 24 12E 56 23
Octal 244 14 240 0 135 2 44 456 126 43
Binary 10100100 1100 10100000 0 1011101 10 100100 100101110 1010110 100011

Color Harmonies of #A40CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CA0

Black with #A40CA0

Text Example


Text Example

White with #A40CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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