Html Css Color HEX #A7019C Dark Magenta

📋 copy color: '#A7019C'

red 167 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #A7019C

Tints of Dark Magenta #A7019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 51.54%
G = 0.31%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7019C (or 0xA7019C) is known color: Dark Magenta. HEX triplet: A7, 01 and 9C. RGB value is (167,1,156). Sum of RGB (Red+Green+Blue) = 167+1+156=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A7019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7019C is #58FE63. Grayscale: #434343. Windows color (decimal): -5832292 or 10224039. OLE color: 10224039.

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

Color convert

RGB 167 1 156 -
CMYK 0 0.99 0.07 0.35
HSL 303.98º 0.99% 0.33% -
HSV(B) 303.98º 0.99% 0.65% -
XYZ 21.95 10.64 32.35 -
YUV 68.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 167 1 156 0 0.99 0.07 0.35 303.98 0.99 0.33
Hex A7 1 9C 0 63 7 23 130 63 21
Octal 247 1 234 0 143 7 43 460 143 41
Binary 10100111 1 10011100 0 1100011 111 100011 100110000 1100011 100001

Color Harmonies of #A7019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7019C

Black with #A7019C

Text Example


Text Example

White with #A7019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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