Html Css Color HEX #A7149B Dark Magenta

📋 copy color: '#A7149B'

red 167 ◦ green 20 ◦ blue 155

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

Shades of Dark Magenta #A7149B

Tints of Dark Magenta #A7149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

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

R = 48.83%
G = 5.85%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7149B (or 0xA7149B) is known color: Dark Magenta. HEX triplet: A7, 14 and 9B. RGB value is (167,20,155). Sum of RGB (Red+Green+Blue) = 167+20+155=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A7149B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7149B is #58EB64. Grayscale: #4E4E4E. Windows color (decimal): -5827429 or 10163367. OLE color: 10163367.

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

Color convert

RGB 167 20 155 -
CMYK 0 0.88 0.07 0.35
HSL 304.9º 0.79% 0.37% -
HSV(B) 304.9º 0.88% 0.65% -
XYZ 22.1 11.08 31.98 -
YUV 79.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 167 20 155 0 0.88 0.07 0.35 304.9 0.79 0.37
Hex A7 14 9B 0 58 7 23 131 4F 25
Octal 247 24 233 0 130 7 43 461 117 45
Binary 10100111 10100 10011011 0 1011000 111 100011 100110001 1001111 100101

Color Harmonies of #A7149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7149B

Black with #A7149B

Text Example


Text Example

White with #A7149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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