Html Css Color HEX #A7029D Dark Magenta

📋 copy color: '#A7029D'

red 167 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #A7029D

Tints of Dark Magenta #A7029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 51.23%
G = 0.61%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7029D (or 0xA7029D) is known color: Dark Magenta. HEX triplet: A7, 02 and 9D. RGB value is (167,2,157). Sum of RGB (Red+Green+Blue) = 167+2+157=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7029D is #58FD62. Grayscale: #444444. Windows color (decimal): -5832035 or 10289831. OLE color: 10289831.

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

Color convert

RGB 167 2 157 -
CMYK 0 0.99 0.06 0.35
HSL 303.64º 0.98% 0.33% -
HSV(B) 303.64º 0.99% 0.65% -
XYZ 22.04 10.69 32.8 -
YUV 69.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 167 2 157 0 0.99 0.06 0.35 303.64 0.98 0.33
Hex A7 2 9D 0 63 6 23 130 62 21
Octal 247 2 235 0 143 6 43 460 142 41
Binary 10100111 10 10011101 0 1100011 110 100011 100110000 1100010 100001

Color Harmonies of #A7029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7029D

Black with #A7029D

Text Example


Text Example

White with #A7029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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