Html Css Color HEX #A4019F Dark Magenta

📋 copy color: '#A4019F'

red 164 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #A4019F

Tints of Dark Magenta #A4019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.07%

R = 50.62%
G = 0.31%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4019F (or 0xA4019F) is known color: Dark Magenta. HEX triplet: A4, 01 and 9F. RGB value is (164,1,159). Sum of RGB (Red+Green+Blue) = 164+1+159=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A4019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4019F is #5BFE60. Grayscale: #434343. Windows color (decimal): -6028897 or 10420644. OLE color: 10420644.

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

Color convert

RGB 164 1 159 -
CMYK 0 0.99 0.03 0.36
HSL 301.84º 0.99% 0.32% -
HSV(B) 301.84º 0.99% 0.64% -
XYZ 21.58 10.42 33.67 -
YUV 67.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 164 1 159 0 0.99 0.03 0.36 301.84 0.99 0.32
Hex A4 1 9F 0 63 3 24 12E 63 20
Octal 244 1 237 0 143 3 44 456 143 40
Binary 10100100 1 10011111 0 1100011 11 100100 100101110 1100011 100000

Color Harmonies of #A4019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4019F

Black with #A4019F

Text Example


Text Example

White with #A4019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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