Html Css Color HEX #A704A2 Dark Magenta

📋 copy color: '#A704A2'

red 167 ◦ green 4 ◦ blue 162

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

Shades of Dark Magenta #A704A2

Tints of Dark Magenta #A704A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.65%

R = 50.15%
G = 1.2%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A704A2 (or 0xA704A2) is known color: Dark Magenta. HEX triplet: A7, 04 and A2. RGB value is (167,4,162). Sum of RGB (Red+Green+Blue) = 167+4+162=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 162 (63.67% from 255 or 48.65% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A704A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A704A2 is #58FB5D. Grayscale: #464646. Windows color (decimal): -5831518 or 10618023. OLE color: 10618023.

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

Color convert

RGB 167 4 162 -
CMYK 0 0.98 0.03 0.35
HSL 301.84º 0.95% 0.34% -
HSV(B) 301.84º 0.98% 0.65% -
XYZ 22.5 10.91 35.1 -
YUV 70.75 179.5 196.65 -
System Red Green Blue C M Y K H S L
Decimal 167 4 162 0 0.98 0.03 0.35 301.84 0.95 0.34
Hex A7 4 A2 0 62 3 23 12E 5F 22
Octal 247 4 242 0 142 3 43 456 137 42
Binary 10100111 100 10100010 0 1100010 11 100011 100101110 1011111 100010

Color Harmonies of #A704A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704A2

Black with #A704A2

Text Example


Text Example

White with #A704A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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