Html Css Color HEX #A4028D Dark Magenta

📋 copy color: '#A4028D'

red 164 ◦ green 2 ◦ blue 141

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

Shades of Dark Magenta #A4028D

Tints of Dark Magenta #A4028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

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

R = 53.42%
G = 0.65%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4028D (or 0xA4028D) is known color: Dark Magenta. HEX triplet: A4, 02 and 8D. RGB value is (164,2,141). Sum of RGB (Red+Green+Blue) = 164+2+141=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4028D is #5BFD72. Grayscale: #414141. Windows color (decimal): -6028659 or 9241252. OLE color: 9241252.

HSL color Cylindrical-coordinate representation of color #A4028D: hue angle of 308.52º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4028D is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 141 -
CMYK 0 0.99 0.14 0.36
HSL 308.52º 0.98% 0.33% -
HSV(B) 308.52º 0.99% 0.64% -
XYZ 20.14 9.86 26.04 -
YUV 66.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 164 2 141 0 0.99 0.14 0.36 308.52 0.98 0.33
Hex A4 2 8D 0 63 E 24 135 62 21
Octal 244 2 215 0 143 16 44 465 142 41
Binary 10100100 10 10001101 0 1100011 1110 100100 100110101 1100010 100001

Color Harmonies of #A4028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4028D

Black with #A4028D

Text Example


Text Example

White with #A4028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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