Html Css Color HEX #A7099A Dark Magenta

📋 copy color: '#A7099A'

red 167 ◦ green 9 ◦ blue 154

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

Shades of Dark Magenta #A7099A

Tints of Dark Magenta #A7099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.67%

R = 50.61%
G = 2.73%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7099A (or 0xA7099A) is known color: Dark Magenta. HEX triplet: A7, 09 and 9A. RGB value is (167,9,154). Sum of RGB (Red+Green+Blue) = 167+9+154=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7099A is #58F665. Grayscale: #484848. Windows color (decimal): -5830246 or 10095015. OLE color: 10095015.

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

Color convert

RGB 167 9 154 -
CMYK 0 0.95 0.08 0.35
HSL 304.94º 0.9% 0.35% -
HSV(B) 304.94º 0.95% 0.65% -
XYZ 21.87 10.74 31.49 -
YUV 72.77 173.85 195.21 -
System Red Green Blue C M Y K H S L
Decimal 167 9 154 0 0.95 0.08 0.35 304.94 0.9 0.35
Hex A7 9 9A 0 5F 8 23 131 5A 23
Octal 247 11 232 0 137 10 43 461 132 43
Binary 10100111 1001 10011010 0 1011111 1000 100011 100110001 1011010 100011

Color Harmonies of #A7099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7099A

Black with #A7099A

Text Example


Text Example

White with #A7099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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