Html Css Color HEX #A7159B Dark Magenta

📋 copy color: '#A7159B'

red 167 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #A7159B

Tints of Dark Magenta #A7159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.12%

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

R = 48.69%
G = 6.12%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7159B (or 0xA7159B) is known color: Dark Magenta. HEX triplet: A7, 15 and 9B. RGB value is (167,21,155). Sum of RGB (Red+Green+Blue) = 167+21+155=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7159B is #58EA64. Grayscale: #4F4F4F. Windows color (decimal): -5827173 or 10163623. OLE color: 10163623.

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

Color convert

RGB 167 21 155 -
CMYK 0 0.87 0.07 0.35
HSL 304.93º 0.78% 0.37% -
HSV(B) 304.93º 0.87% 0.65% -
XYZ 22.12 11.12 31.99 -
YUV 79.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 167 21 155 0 0.87 0.07 0.35 304.93 0.78 0.37
Hex A7 15 9B 0 57 7 23 131 4E 25
Octal 247 25 233 0 127 7 43 461 116 45
Binary 10100111 10101 10011011 0 1010111 111 100011 100110001 1001110 100101

Color Harmonies of #A7159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7159B

Black with #A7159B

Text Example


Text Example

White with #A7159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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