Html Css Color HEX #A4019D Dark Magenta

📋 copy color: '#A4019D'

red 164 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #A4019D

Tints of Dark Magenta #A4019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 50.93%
G = 0.31%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4019D (or 0xA4019D) is known color: Dark Magenta. HEX triplet: A4, 01 and 9D. RGB value is (164,1,157). Sum of RGB (Red+Green+Blue) = 164+1+157=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4019D is #5BFE62. Grayscale: #434343. Windows color (decimal): -6028899 or 10289572. OLE color: 10289572.

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

Color convert

RGB 164 1 157 -
CMYK 0 0.99 0.04 0.36
HSL 302.58º 0.99% 0.32% -
HSV(B) 302.58º 0.99% 0.64% -
XYZ 21.41 10.35 32.77 -
YUV 67.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 164 1 157 0 0.99 0.04 0.36 302.58 0.99 0.32
Hex A4 1 9D 0 63 4 24 12F 63 20
Octal 244 1 235 0 143 4 44 457 143 40
Binary 10100100 1 10011101 0 1100011 100 100100 100101111 1100011 100000

Color Harmonies of #A4019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4019D

Black with #A4019D

Text Example


Text Example

White with #A4019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4019D; }

 p { color: rgb(164,1,157); }

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

background-color css

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

 a { background-color: rgb(164,1,157); }

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

border-color css

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

 span { border-color: rgb(164,1,157); }

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