Html Css Color HEX #A7009F Dark Magenta

📋 copy color: '#A7009F'

red 167 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #A7009F

Tints of Dark Magenta #A7009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 51.23%
G = 0%
B = 48.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7009F (or 0xA7009F) is known color: Dark Magenta. HEX triplet: A7, 00 and 9F. RGB value is (167,0,159). Sum of RGB (Red+Green+Blue) = 167+0+159=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7009F is #58FF60. Grayscale: #434343. Windows color (decimal): -5832545 or 10420391. OLE color: 10420391.

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

Color convert

RGB 167 0 159 -
CMYK 0 1 0.05 0.35
HSL 302.87º 1% 0.33% -
HSV(B) 302.87º 1% 0.65% -
XYZ 22.19 10.72 33.7 -
YUV 68.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 167 0 159 0 1 0.05 0.35 302.87 1 0.33
Hex A7 0 9F 0 64 5 23 12F 64 21
Octal 247 0 237 0 144 5 43 457 144 41
Binary 10100111 0 10011111 0 1100100 101 100011 100101111 1100100 100001

Color Harmonies of #A7009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7009F

Black with #A7009F

Text Example


Text Example

White with #A7009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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