Html Css Color HEX #A40587 Dark Magenta

📋 copy color: '#A40587'

red 164 ◦ green 5 ◦ blue 135

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

Shades of Dark Magenta #A40587

Tints of Dark Magenta #A40587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 53.95%
G = 1.64%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A40587 (or 0xA40587) is known color: Dark Magenta. HEX triplet: A4, 05 and 87. RGB value is (164,5,135). Sum of RGB (Red+Green+Blue) = 164+5+135=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A40587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40587 is #5BFA78. Grayscale: #434343. Windows color (decimal): -6027897 or 8848804. OLE color: 8848804.

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

Color convert

RGB 164 5 135 -
CMYK 0 0.97 0.18 0.36
HSL 310.94º 0.94% 0.33% -
HSV(B) 310.94º 0.97% 0.64% -
XYZ 19.74 9.75 23.76 -
YUV 67.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 164 5 135 0 0.97 0.18 0.36 310.94 0.94 0.33
Hex A4 5 87 0 61 12 24 137 5E 21
Octal 244 5 207 0 141 22 44 467 136 41
Binary 10100100 101 10000111 0 1100001 10010 100100 100110111 1011110 100001

Color Harmonies of #A40587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40587

Black with #A40587

Text Example


Text Example

White with #A40587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40587; }

 p { color: rgb(164,5,135); }

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

background-color css

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

 a { background-color: rgb(164,5,135); }

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

border-color css

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

 span { border-color: rgb(164,5,135); }

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