Html Css Color HEX #A7148F Dark Magenta

📋 copy color: '#A7148F'

red 167 ◦ green 20 ◦ blue 143

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

Shades of Dark Magenta #A7148F

Tints of Dark Magenta #A7148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.33%

R = 50.61%
G = 6.06%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7148F (or 0xA7148F) is known color: Dark Magenta. HEX triplet: A7, 14 and 8F. RGB value is (167,20,143). Sum of RGB (Red+Green+Blue) = 167+20+143=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7148F is #58EB70. Grayscale: #4D4D4D. Windows color (decimal): -5827441 or 9376935. OLE color: 9376935.

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

Color convert

RGB 167 20 143 -
CMYK 0 0.88 0.14 0.35
HSL 309.8º 0.79% 0.37% -
HSV(B) 309.8º 0.88% 0.65% -
XYZ 21.14 10.7 26.94 -
YUV 77.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 167 20 143 0 0.88 0.14 0.35 309.8 0.79 0.37
Hex A7 14 8F 0 58 E 23 136 4F 25
Octal 247 24 217 0 130 16 43 466 117 45
Binary 10100111 10100 10001111 0 1011000 1110 100011 100110110 1001111 100101

Color Harmonies of #A7148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7148F

Black with #A7148F

Text Example


Text Example

White with #A7148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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