Html Css Color HEX #A40293 Dark Magenta

📋 copy color: '#A40293'

red 164 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #A40293

Tints of Dark Magenta #A40293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 52.4%
G = 0.64%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A40293 (or 0xA40293) is known color: Dark Magenta. HEX triplet: A4, 02 and 93. RGB value is (164,2,147). Sum of RGB (Red+Green+Blue) = 164+2+147=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A40293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40293 is #5BFD6C. Grayscale: #424242. Windows color (decimal): -6028653 or 9634468. OLE color: 9634468.

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

Color convert

RGB 164 2 147 -
CMYK 0 0.99 0.10 0.36
HSL 306.3º 0.98% 0.33% -
HSV(B) 306.3º 0.99% 0.64% -
XYZ 20.6 10.04 28.46 -
YUV 66.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 164 2 147 0 0.99 0.10 0.36 306.3 0.98 0.33
Hex A4 2 93 0 63 A 24 132 62 21
Octal 244 2 223 0 143 12 44 462 142 41
Binary 10100100 10 10010011 0 1100011 1010 100100 100110010 1100010 100001

Color Harmonies of #A40293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40293

Black with #A40293

Text Example


Text Example

White with #A40293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40293; }

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

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

background-color css

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

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

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

border-color css

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

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

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