Html Css Color HEX #A4018A Dark Magenta

📋 copy color: '#A4018A'

red 164 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #A4018A

Tints of Dark Magenta #A4018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 54.13%
G = 0.33%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4018A (or 0xA4018A) is known color: Dark Magenta. HEX triplet: A4, 01 and 8A. RGB value is (164,1,138). Sum of RGB (Red+Green+Blue) = 164+1+138=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A4018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4018A is #5BFE75. Grayscale: #404040. Windows color (decimal): -6028918 or 9044388. OLE color: 9044388.

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

Color convert

RGB 164 1 138 -
CMYK 0 0.99 0.16 0.36
HSL 309.57º 0.99% 0.32% -
HSV(B) 309.57º 0.99% 0.64% -
XYZ 19.91 9.75 24.88 -
YUV 65.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 164 1 138 0 0.99 0.16 0.36 309.57 0.99 0.32
Hex A4 1 8A 0 63 10 24 136 63 20
Octal 244 1 212 0 143 20 44 466 143 40
Binary 10100100 1 10001010 0 1100011 10000 100100 100110110 1100011 100000

Color Harmonies of #A4018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4018A

Black with #A4018A

Text Example


Text Example

White with #A4018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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