Html Css Color HEX #A7108F Dark Magenta

📋 copy color: '#A7108F'

red 167 ◦ green 16 ◦ blue 143

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

Shades of Dark Magenta #A7108F

Tints of Dark Magenta #A7108F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.91%

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

R = 51.23%
G = 4.91%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7108F (or 0xA7108F) is known color: Dark Magenta. HEX triplet: A7, 10 and 8F. RGB value is (167,16,143). Sum of RGB (Red+Green+Blue) = 167+16+143=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7108F is #58EF70. Grayscale: #4B4B4B. Windows color (decimal): -5828465 or 9375911. OLE color: 9375911.

HSL color Cylindrical-coordinate representation of color #A7108F: hue angle of 309.54º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7108F is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 143 -
CMYK 0 0.90 0.14 0.35
HSL 309.54º 0.83% 0.36% -
HSV(B) 309.54º 0.9% 0.65% -
XYZ 21.08 10.57 26.92 -
YUV 75.63 166.03 193.17 -
System Red Green Blue C M Y K H S L
Decimal 167 16 143 0 0.90 0.14 0.35 309.54 0.83 0.36
Hex A7 10 8F 0 5A E 23 136 53 24
Octal 247 20 217 0 132 16 43 466 123 44
Binary 10100111 10000 10001111 0 1011010 1110 100011 100110110 1010011 100100

Color Harmonies of #A7108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7108F

Black with #A7108F

Text Example


Text Example

White with #A7108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7108F; }

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

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

background-color css

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

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

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

border-color css

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

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

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