Html Css Color HEX #A701AE Dark Magenta

📋 copy color: '#A701AE'

red 167 ◦ green 1 ◦ blue 174

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

Shades of Dark Magenta #A701AE

Tints of Dark Magenta #A701AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 48.83%
G = 0.29%
B = 50.88%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A701AE (or 0xA701AE) is known color: Dark Magenta. HEX triplet: A7, 01 and AE. RGB value is (167,1,174). Sum of RGB (Red+Green+Blue) = 167+1+174=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #A701AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A701AE is #58FE51. Grayscale: #454545. Windows color (decimal): -5832274 or 11403687. OLE color: 11403687.

HSL color Cylindrical-coordinate representation of color #A701AE: hue angle of 297.57º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A701AE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 1 174 -
CMYK 0.04 0.99 0 0.32
HSL 297.57º 0.99% 0.34% -
HSV(B) 297.57º 0.99% 0.68% -
XYZ 23.59 11.29 40.98 -
YUV 70.36 186.5 196.93 -
System Red Green Blue C M Y K H S L
Decimal 167 1 174 0.04 0.99 0 0.32 297.57 0.99 0.34
Hex A7 1 AE 4 63 0 20 12A 63 22
Octal 247 1 256 4 143 0 40 452 143 42
Binary 10100111 1 10101110 100 1100011 0 100000 100101010 1100011 100010

Color Harmonies of #A701AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A701AE

Black with #A701AE

Text Example


Text Example

White with #A701AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A701AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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