Html Css Color HEX #A704AA Dark Magenta

📋 copy color: '#A704AA'

red 167 ◦ green 4 ◦ blue 170

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

Shades of Dark Magenta #A704AA

Tints of Dark Magenta #A704AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 48.97%
G = 1.17%
B = 49.85%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A704AA (or 0xA704AA) is known color: Dark Magenta. HEX triplet: A7, 04 and AA. RGB value is (167,4,170). Sum of RGB (Red+Green+Blue) = 167+4+170=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #A704AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A704AA is #58FB55. Grayscale: #474747. Windows color (decimal): -5831510 or 11142311. OLE color: 11142311.

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

Color convert

RGB 167 4 170 -
CMYK 0.02 0.98 0 0.33
HSL 298.92º 0.95% 0.34% -
HSV(B) 298.92º 0.98% 0.67% -
XYZ 23.24 11.2 38.97 -
YUV 71.66 183.5 196 -
System Red Green Blue C M Y K H S L
Decimal 167 4 170 0.02 0.98 0 0.33 298.92 0.95 0.34
Hex A7 4 AA 2 62 0 21 12B 5F 22
Octal 247 4 252 2 142 0 41 453 137 42
Binary 10100111 100 10101010 10 1100010 0 100001 100101011 1011111 100010

Color Harmonies of #A704AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A704AA

Black with #A704AA

Text Example


Text Example

White with #A704AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A704AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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