Html Css Color HEX #A40393 Dark Magenta

📋 copy color: '#A40393'

red 164 ◦ green 3 ◦ blue 147

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

Shades of Dark Magenta #A40393

Tints of Dark Magenta #A40393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

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

R = 52.23%
G = 0.96%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A40393 (or 0xA40393) is known color: Dark Magenta. HEX triplet: A4, 03 and 93. RGB value is (164,3,147). Sum of RGB (Red+Green+Blue) = 164+3+147=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A40393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40393 is #5BFC6C. Grayscale: #434343. Windows color (decimal): -6028397 or 9634724. OLE color: 9634724.

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

Color convert

RGB 164 3 147 -
CMYK 0 0.98 0.10 0.36
HSL 306.34º 0.96% 0.33% -
HSV(B) 306.34º 0.98% 0.64% -
XYZ 20.61 10.06 28.46 -
YUV 67.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 164 3 147 0 0.98 0.10 0.36 306.34 0.96 0.33
Hex A4 3 93 0 62 A 24 132 60 21
Octal 244 3 223 0 142 12 44 462 140 41
Binary 10100100 11 10010011 0 1100010 1010 100100 100110010 1100000 100001

Color Harmonies of #A40393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40393

Black with #A40393

Text Example


Text Example

White with #A40393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40393; }

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

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

background-color css

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

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

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

border-color css

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

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

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