Html Css Color HEX #A40986 Dark Magenta

📋 copy color: '#A40986'

red 164 ◦ green 9 ◦ blue 134

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

Shades of Dark Magenta #A40986

Tints of Dark Magenta #A40986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

 BLUE value IS 134 (52.73% from 255) = 43.65%

R = 53.42%
G = 2.93%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A40986 (or 0xA40986) is known color: Dark Magenta. HEX triplet: A4, 09 and 86. RGB value is (164,9,134). Sum of RGB (Red+Green+Blue) = 164+9+134=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A40986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40986 is #5BF679. Grayscale: #454545. Windows color (decimal): -6026874 or 8784292. OLE color: 8784292.

HSL color Cylindrical-coordinate representation of color #A40986: hue angle of 311.61º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40986 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 134 -
CMYK 0 0.95 0.18 0.36
HSL 311.61º 0.9% 0.34% -
HSV(B) 311.61º 0.95% 0.64% -
XYZ 19.71 9.81 23.41 -
YUV 69.6 164.35 195.34 -
System Red Green Blue C M Y K H S L
Decimal 164 9 134 0 0.95 0.18 0.36 311.61 0.9 0.34
Hex A4 9 86 0 5F 12 24 138 5A 22
Octal 244 11 206 0 137 22 44 470 132 42
Binary 10100100 1001 10000110 0 1011111 10010 100100 100111000 1011010 100010

Color Harmonies of #A40986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40986

Black with #A40986

Text Example


Text Example

White with #A40986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40986; }

 p { color: rgb(164,9,134); }

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

background-color css

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

 a { background-color: rgb(164,9,134); }

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

border-color css

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

 span { border-color: rgb(164,9,134); }

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