Html Css Color HEX #A7009A Dark Magenta

📋 copy color: '#A7009A'

red 167 ◦ green 0 ◦ blue 154

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

Shades of Dark Magenta #A7009A

Tints of Dark Magenta #A7009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.02%
G = 0%
B = 47.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A7009A (or 0xA7009A) is known color: Dark Magenta. HEX triplet: A7, 00 and 9A. RGB value is (167,0,154). Sum of RGB (Red+Green+Blue) = 167+0+154=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A7009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7009A is #58FF65. Grayscale: #434343. Windows color (decimal): -5832550 or 10092711. OLE color: 10092711.

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

Color convert

RGB 167 0 154 -
CMYK 0 1 0.08 0.35
HSL 304.67º 1% 0.33% -
HSV(B) 304.67º 1% 0.65% -
XYZ 21.77 10.55 31.46 -
YUV 67.49 176.83 198.98 -
System Red Green Blue C M Y K H S L
Decimal 167 0 154 0 1 0.08 0.35 304.67 1 0.33
Hex A7 0 9A 0 64 8 23 131 64 21
Octal 247 0 232 0 144 10 43 461 144 41
Binary 10100111 0 10011010 0 1100100 1000 100011 100110001 1100100 100001

Color Harmonies of #A7009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7009A

Black with #A7009A

Text Example


Text Example

White with #A7009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7009A; }

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

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

background-color css

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

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

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

border-color css

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

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

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