Html Css Color HEX #A7109C Dark Magenta

📋 copy color: '#A7109C'

red 167 ◦ green 16 ◦ blue 156

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

Shades of Dark Magenta #A7109C

Tints of Dark Magenta #A7109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 49.26%
G = 4.72%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7109C (or 0xA7109C) is known color: Dark Magenta. HEX triplet: A7, 10 and 9C. RGB value is (167,16,156). Sum of RGB (Red+Green+Blue) = 167+16+156=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7109C is #58EF63. Grayscale: #4C4C4C. Windows color (decimal): -5828452 or 10227879. OLE color: 10227879.

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

Color convert

RGB 167 16 156 -
CMYK 0 0.90 0.07 0.35
HSL 304.37º 0.83% 0.36% -
HSV(B) 304.37º 0.9% 0.65% -
XYZ 22.12 10.99 32.41 -
YUV 77.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 167 16 156 0 0.90 0.07 0.35 304.37 0.83 0.36
Hex A7 10 9C 0 5A 7 23 130 53 24
Octal 247 20 234 0 132 7 43 460 123 44
Binary 10100111 10000 10011100 0 1011010 111 100011 100110000 1010011 100100

Color Harmonies of #A7109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7109C

Black with #A7109C

Text Example


Text Example

White with #A7109C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7109C; }

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

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

background-color css

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

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

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

border-color css

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

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

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