Html Css Color HEX #A7028D Dark Magenta

📋 copy color: '#A7028D'

red 167 ◦ green 2 ◦ blue 141

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

Shades of Dark Magenta #A7028D

Tints of Dark Magenta #A7028D

RGB

 RED value IS 167 (65.63% from 255) = 53.87%

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

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

R = 53.87%
G = 0.65%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7028D (or 0xA7028D) is known color: Dark Magenta. HEX triplet: A7, 02 and 8D. RGB value is (167,2,141). Sum of RGB (Red+Green+Blue) = 167+2+141=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7028D is #58FD72. Grayscale: #424242. Windows color (decimal): -5832051 or 9241255. OLE color: 9241255.

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

Color convert

RGB 167 2 141 -
CMYK 0 0.99 0.16 0.35
HSL 309.45º 0.98% 0.33% -
HSV(B) 309.45º 0.99% 0.65% -
XYZ 20.77 10.18 26.07 -
YUV 67.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 167 2 141 0 0.99 0.16 0.35 309.45 0.98 0.33
Hex A7 2 8D 0 63 10 23 135 62 21
Octal 247 2 215 0 143 20 43 465 142 41
Binary 10100111 10 10001101 0 1100011 10000 100011 100110101 1100010 100001

Color Harmonies of #A7028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7028D

Black with #A7028D

Text Example


Text Example

White with #A7028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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