Html Css Color HEX #A7039B Dark Magenta

📋 copy color: '#A7039B'

red 167 ◦ green 3 ◦ blue 155

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

Shades of Dark Magenta #A7039B

Tints of Dark Magenta #A7039B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 51.38%
G = 0.92%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7039B (or 0xA7039B) is known color: Dark Magenta. HEX triplet: A7, 03 and 9B. RGB value is (167,3,155). Sum of RGB (Red+Green+Blue) = 167+3+155=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7039B is #58FC64. Grayscale: #444444. Windows color (decimal): -5831781 or 10159015. OLE color: 10159015.

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

Color convert

RGB 167 3 155 -
CMYK 0 0.98 0.07 0.35
HSL 304.39º 0.96% 0.33% -
HSV(B) 304.39º 0.98% 0.65% -
XYZ 21.89 10.65 31.91 -
YUV 69.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 167 3 155 0 0.98 0.07 0.35 304.39 0.96 0.33
Hex A7 3 9B 0 62 7 23 130 60 21
Octal 247 3 233 0 142 7 43 460 140 41
Binary 10100111 11 10011011 0 1100010 111 100011 100110000 1100000 100001

Color Harmonies of #A7039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7039B

Black with #A7039B

Text Example


Text Example

White with #A7039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7039B; }

 p { color: rgb(167,3,155); }

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

background-color css

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

 a { background-color: rgb(167,3,155); }

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

border-color css

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

 span { border-color: rgb(167,3,155); }

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