Html Css Color HEX #A40A93 Dark Magenta

📋 copy color: '#A40A93'

red 164 ◦ green 10 ◦ blue 147

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

Shades of Dark Magenta #A40A93

Tints of Dark Magenta #A40A93

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

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

R = 51.09%
G = 3.12%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A40A93 (or 0xA40A93) is known color: Dark Magenta. HEX triplet: A4, 0A and 93. RGB value is (164,10,147). Sum of RGB (Red+Green+Blue) = 164+10+147=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40A93 is #5BF56C. Grayscale: #474747. Windows color (decimal): -6026605 or 9636516. OLE color: 9636516.

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

Color convert

RGB 164 10 147 -
CMYK 0 0.94 0.10 0.36
HSL 306.62º 0.89% 0.34% -
HSV(B) 306.62º 0.94% 0.64% -
XYZ 20.68 10.22 28.49 -
YUV 71.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 164 10 147 0 0.94 0.10 0.36 306.62 0.89 0.34
Hex A4 A 93 0 5E A 24 133 59 22
Octal 244 12 223 0 136 12 44 463 131 42
Binary 10100100 1010 10010011 0 1011110 1010 100100 100110011 1011001 100010

Color Harmonies of #A40A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A93

Black with #A40A93

Text Example


Text Example

White with #A40A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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