#A7149D

Color #A7149D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A7149D

Tints of Dark Magenta #A7149D

Color information

#A7149D (or 0xA7149D) is unknown color: approx Dark Magenta. HEX triplet: A7, 14 and 9D. RGB value is (167,20,157). Sum of RGB (Red+Green+Blue) = 167+20+157=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7149D is #58EB62. Grayscale: #4F4F4F. Windows color (decimal): -5827427 or 10294439. OLE color: 10294439.

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

Color convert

RGB16720157-
CMYK00.880.060.35
HSL304.08º78.61%36.67%-
HSV(B)304.08º88.02%65.49%-
XYZ22.2711.1532.88-
YUV79.57171.7190.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 20 (8.20% from 255) = 5.81%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=48.55%
G=5.81%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672015700.880.060.35304.0878.6136.67
HexA7149D0586231304f25
Octal24724235013064346011745
Binary101001111010010011101010110001101000111001100001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7149D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7149D; }

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

 H1.HeaderClassName
 {
   color: #A7149D;
 }
 .AnyTagClassName
 {
   color: #A7149D;
 }
</style>
background-color css

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

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

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

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

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

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