Html Css Color HEX #A40CAD Dark Magenta

📋 copy color: '#A40CAD'

red 164 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #A40CAD

Tints of Dark Magenta #A40CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.57%

R = 46.99%
G = 3.44%
B = 49.57%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A40CAD (or 0xA40CAD) is known color: Dark Magenta. HEX triplet: A4, 0C and AD. RGB value is (164,12,173). Sum of RGB (Red+Green+Blue) = 164+12+173=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #A40CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40CAD is #5BF352. Grayscale: #4B4B4B. Windows color (decimal): -6026067 or 11340964. OLE color: 11340964.

HSL color Cylindrical-coordinate representation of color #A40CAD: hue angle of 296.65º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40CAD is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 12 173 -
CMYK 0.05 0.93 0 0.32
HSL 296.65º 0.87% 0.36% -
HSV(B) 296.65º 0.93% 0.68% -
XYZ 22.98 11.17 40.48 -
YUV 75.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 164 12 173 0.05 0.93 0 0.32 296.65 0.87 0.36
Hex A4 C AD 5 5D 0 20 129 57 24
Octal 244 14 255 5 135 0 40 451 127 44
Binary 10100100 1100 10101101 101 1011101 0 100000 100101001 1010111 100100

Color Harmonies of #A40CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CAD

Black with #A40CAD

Text Example


Text Example

White with #A40CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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