Html Css Color HEX #A7099D Dark Magenta

📋 copy color: '#A7099D'

red 167 ◦ green 9 ◦ blue 157

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

Shades of Dark Magenta #A7099D

Tints of Dark Magenta #A7099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.7%

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 50.15%
G = 2.7%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7099D (or 0xA7099D) is known color: Dark Magenta. HEX triplet: A7, 09 and 9D. RGB value is (167,9,157). Sum of RGB (Red+Green+Blue) = 167+9+157=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A7099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7099D is #58F662. Grayscale: #484848. Windows color (decimal): -5830243 or 10291623. OLE color: 10291623.

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

Color convert

RGB 167 9 157 -
CMYK 0 0.95 0.06 0.35
HSL 303.8º 0.9% 0.35% -
HSV(B) 303.8º 0.95% 0.65% -
XYZ 22.12 10.85 32.83 -
YUV 73.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 167 9 157 0 0.95 0.06 0.35 303.8 0.9 0.35
Hex A7 9 9D 0 5F 6 23 130 5A 23
Octal 247 11 235 0 137 6 43 460 132 43
Binary 10100111 1001 10011101 0 1011111 110 100011 100110000 1011010 100011

Color Harmonies of #A7099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7099D

Black with #A7099D

Text Example


Text Example

White with #A7099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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