Html Css Color HEX #A4008D Dark Magenta

📋 copy color: '#A4008D'

red 164 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #A4008D

Tints of Dark Magenta #A4008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 53.77%
G = 0%
B = 46.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4008D (or 0xA4008D) is known color: Dark Magenta. HEX triplet: A4, 00 and 8D. RGB value is (164,0,141). Sum of RGB (Red+Green+Blue) = 164+0+141=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A4008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4008D is #5BFF72. Grayscale: #404040. Windows color (decimal): -6029171 or 9240740. OLE color: 9240740.

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

Color convert

RGB 164 0 141 -
CMYK 0 1 0.14 0.36
HSL 308.41º 1% 0.32% -
HSV(B) 308.41º 1% 0.64% -
XYZ 20.12 9.82 26.03 -
YUV 65.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 164 0 141 0 1 0.14 0.36 308.41 1 0.32
Hex A4 0 8D 0 64 E 24 134 64 20
Octal 244 0 215 0 144 16 44 464 144 40
Binary 10100100 0 10001101 0 1100100 1110 100100 100110100 1100100 100000

Color Harmonies of #A4008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4008D

Black with #A4008D

Text Example


Text Example

White with #A4008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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