Html Css Color HEX #A7029A Dark Magenta

📋 copy color: '#A7029A'

red 167 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #A7029A

Tints of Dark Magenta #A7029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.68%

R = 51.7%
G = 0.62%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7029A (or 0xA7029A) is known color: Dark Magenta. HEX triplet: A7, 02 and 9A. RGB value is (167,2,154). Sum of RGB (Red+Green+Blue) = 167+2+154=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A7029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7029A is #58FD65. Grayscale: #444444. Windows color (decimal): -5832038 or 10093223. OLE color: 10093223.

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

Color convert

RGB 167 2 154 -
CMYK 0 0.99 0.08 0.35
HSL 304.73º 0.98% 0.33% -
HSV(B) 304.73º 0.99% 0.65% -
XYZ 21.79 10.59 31.47 -
YUV 68.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 167 2 154 0 0.99 0.08 0.35 304.73 0.98 0.33
Hex A7 2 9A 0 63 8 23 131 62 21
Octal 247 2 232 0 143 10 43 461 142 41
Binary 10100111 10 10011010 0 1100011 1000 100011 100110001 1100010 100001

Color Harmonies of #A7029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7029A

Black with #A7029A

Text Example


Text Example

White with #A7029A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7029A; }

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

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

background-color css

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

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

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

border-color css

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

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

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