Html Css Color HEX #A40CAC Dark Magenta

📋 copy color: '#A40CAC'

red 164 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #A40CAC

Tints of Dark Magenta #A40CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 47.13%
G = 3.45%
B = 49.43%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A40CAC (or 0xA40CAC) is known color: Dark Magenta. HEX triplet: A4, 0C and AC. RGB value is (164,12,172). Sum of RGB (Red+Green+Blue) = 164+12+172=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #A40CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40CAC is #5BF353. Grayscale: #4B4B4B. Windows color (decimal): -6026068 or 11275428. OLE color: 11275428.

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

Color convert

RGB 164 12 172 -
CMYK 0.05 0.93 0 0.33
HSL 297º 0.87% 0.36% -
HSV(B) 297º 0.93% 0.67% -
XYZ 22.89 11.13 39.97 -
YUV 75.69 182.36 190.99 -
System Red Green Blue C M Y K H S L
Decimal 164 12 172 0.05 0.93 0 0.33 297 0.87 0.36
Hex A4 C AC 5 5D 0 21 129 57 24
Octal 244 14 254 5 135 0 41 451 127 44
Binary 10100100 1100 10101100 101 1011101 0 100001 100101001 1010111 100100

Color Harmonies of #A40CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CAC

Black with #A40CAC

Text Example


Text Example

White with #A40CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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