Html Css Color HEX #A704A0 Dark Magenta

📋 copy color: '#A704A0'

red 167 ◦ green 4 ◦ blue 160

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

Shades of Dark Magenta #A704A0

Tints of Dark Magenta #A704A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.21%

 BLUE value IS 160 (62.89% from 255) = 48.34%

R = 50.45%
G = 1.21%
B = 48.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A704A0 (or 0xA704A0) is known color: Dark Magenta. HEX triplet: A7, 04 and A0. RGB value is (167,4,160). Sum of RGB (Red+Green+Blue) = 167+4+160=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A704A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A704A0 is #58FB5F. Grayscale: #464646. Windows color (decimal): -5831520 or 10486951. OLE color: 10486951.

HSL color Cylindrical-coordinate representation of color #A704A0: hue angle of 302.58º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A704A0 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 4 160 -
CMYK 0 0.98 0.04 0.35
HSL 302.58º 0.95% 0.34% -
HSV(B) 302.58º 0.98% 0.65% -
XYZ 22.32 10.84 34.17 -
YUV 70.52 178.5 196.82 -
System Red Green Blue C M Y K H S L
Decimal 167 4 160 0 0.98 0.04 0.35 302.58 0.95 0.34
Hex A7 4 A0 0 62 4 23 12F 5F 22
Octal 247 4 240 0 142 4 43 457 137 42
Binary 10100111 100 10100000 0 1100010 100 100011 100101111 1011111 100010

Color Harmonies of #A704A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704A0

Black with #A704A0

Text Example


Text Example

White with #A704A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704A0; }

 p { color: rgb(167,4,160); }

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

background-color css

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

 a { background-color: rgb(167,4,160); }

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

border-color css

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

 span { border-color: rgb(167,4,160); }

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