Html Css Color HEX #A7019E Dark Magenta

📋 copy color: '#A7019E'

red 167 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #A7019E

Tints of Dark Magenta #A7019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 51.23%
G = 0.31%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7019E (or 0xA7019E) is known color: Dark Magenta. HEX triplet: A7, 01 and 9E. RGB value is (167,1,158). Sum of RGB (Red+Green+Blue) = 167+1+158=326 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.23% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 167 - color contains mainly: red. Hex color #A7019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7019E is #58FE61. Grayscale: #444444. Windows color (decimal): -5832290 or 10355111. OLE color: 10355111.

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

Color convert

RGB 167 1 158 -
CMYK 0 0.99 0.05 0.35
HSL 303.25º 0.99% 0.33% -
HSV(B) 303.25º 0.99% 0.65% -
XYZ 22.12 10.71 33.25 -
YUV 68.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 167 1 158 0 0.99 0.05 0.35 303.25 0.99 0.33
Hex A7 1 9E 0 63 5 23 12F 63 21
Octal 247 1 236 0 143 5 43 457 143 41
Binary 10100111 1 10011110 0 1100011 101 100011 100101111 1100011 100001

Color Harmonies of #A7019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7019E

Black with #A7019E

Text Example


Text Example

White with #A7019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7019E; }

 p { color: rgb(167,1,158); }

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

background-color css

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

 a { background-color: rgb(167,1,158); }

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

border-color css

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

 span { border-color: rgb(167,1,158); }

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