Html Css Color HEX #A4018F Dark Magenta

📋 copy color: '#A4018F'

red 164 ◦ green 1 ◦ blue 143

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

Shades of Dark Magenta #A4018F

Tints of Dark Magenta #A4018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.43%

R = 53.25%
G = 0.32%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4018F (or 0xA4018F) is known color: Dark Magenta. HEX triplet: A4, 01 and 8F. RGB value is (164,1,143). Sum of RGB (Red+Green+Blue) = 164+1+143=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4018F is #5BFE70. Grayscale: #414141. Windows color (decimal): -6028913 or 9372068. OLE color: 9372068.

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

Color convert

RGB 164 1 143 -
CMYK 0 0.99 0.13 0.36
HSL 307.73º 0.99% 0.32% -
HSV(B) 307.73º 0.99% 0.64% -
XYZ 20.28 9.9 26.83 -
YUV 65.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 164 1 143 0 0.99 0.13 0.36 307.73 0.99 0.32
Hex A4 1 8F 0 63 D 24 134 63 20
Octal 244 1 217 0 143 15 44 464 143 40
Binary 10100100 1 10001111 0 1100011 1101 100100 100110100 1100011 100000

Color Harmonies of #A4018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4018F

Black with #A4018F

Text Example


Text Example

White with #A4018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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