Html Css Color HEX #A4008F Dark Magenta

📋 copy color: '#A4008F'

red 164 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #A4008F

Tints of Dark Magenta #A4008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.42%
G = 0%
B = 46.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4008F (or 0xA4008F) is known color: Dark Magenta. HEX triplet: A4, 00 and 8F. RGB value is (164,0,143). Sum of RGB (Red+Green+Blue) = 164+0+143=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4008F is #5BFF70. Grayscale: #404040. Windows color (decimal): -6029169 or 9371812. OLE color: 9371812.

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

Color convert

RGB 164 0 143 -
CMYK 0 1 0.13 0.36
HSL 307.68º 1% 0.32% -
HSV(B) 307.68º 1% 0.64% -
XYZ 20.27 9.88 26.82 -
YUV 65.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 164 0 143 0 1 0.13 0.36 307.68 1 0.32
Hex A4 0 8F 0 64 D 24 134 64 20
Octal 244 0 217 0 144 15 44 464 144 40
Binary 10100100 0 10001111 0 1100100 1101 100100 100110100 1100100 100000

Color Harmonies of #A4008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4008F

Black with #A4008F

Text Example


Text Example

White with #A4008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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