Html Css Color HEX #A40593 Dark Magenta

📋 copy color: '#A40593'

red 164 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #A40593

Tints of Dark Magenta #A40593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 51.9%
G = 1.58%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A40593 (or 0xA40593) is known color: Dark Magenta. HEX triplet: A4, 05 and 93. RGB value is (164,5,147). Sum of RGB (Red+Green+Blue) = 164+5+147=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A40593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40593 is #5BFA6C. Grayscale: #444444. Windows color (decimal): -6027885 or 9635236. OLE color: 9635236.

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

Color convert

RGB 164 5 147 -
CMYK 0 0.97 0.10 0.36
HSL 306.42º 0.94% 0.33% -
HSV(B) 306.42º 0.97% 0.64% -
XYZ 20.63 10.11 28.47 -
YUV 68.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 164 5 147 0 0.97 0.10 0.36 306.42 0.94 0.33
Hex A4 5 93 0 61 A 24 132 5E 21
Octal 244 5 223 0 141 12 44 462 136 41
Binary 10100100 101 10010011 0 1100001 1010 100100 100110010 1011110 100001

Color Harmonies of #A40593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40593

Black with #A40593

Text Example


Text Example

White with #A40593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40593; }

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

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

background-color css

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

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

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

border-color css

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

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

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