Html Css Color HEX #A7009D Dark Magenta

📋 copy color: '#A7009D'

red 167 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #A7009D

Tints of Dark Magenta #A7009D

RGB

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

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

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

R = 51.54%
G = 0%
B = 48.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A7009D (or 0xA7009D) is known color: Dark Magenta. HEX triplet: A7, 00 and 9D. RGB value is (167,0,157). Sum of RGB (Red+Green+Blue) = 167+0+157=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7009D is #58FF62. Grayscale: #434343. Windows color (decimal): -5832547 or 10289319. OLE color: 10289319.

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

Color convert

RGB 167 0 157 -
CMYK 0 1 0.06 0.35
HSL 303.59º 1% 0.33% -
HSV(B) 303.59º 1% 0.65% -
XYZ 22.02 10.65 32.79 -
YUV 67.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 167 0 157 0 1 0.06 0.35 303.59 1 0.33
Hex A7 0 9D 0 64 6 23 130 64 21
Octal 247 0 235 0 144 6 43 460 144 41
Binary 10100111 0 10011101 0 1100100 110 100011 100110000 1100100 100001

Color Harmonies of #A7009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7009D

Black with #A7009D

Text Example


Text Example

White with #A7009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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