Html Css Color HEX #A700AE Dark Magenta

📋 copy color: '#A700AE'

red 167 ◦ green 0 ◦ blue 174

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

Shades of Dark Magenta #A700AE

Tints of Dark Magenta #A700AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.97%
G = 0%
B = 51.03%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A700AE (or 0xA700AE) is known color: Dark Magenta. HEX triplet: A7, 00 and AE. RGB value is (167,0,174). Sum of RGB (Red+Green+Blue) = 167+0+174=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #A700AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700AE is #58FF51. Grayscale: #454545. Windows color (decimal): -5832530 or 11403431. OLE color: 11403431.

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

Color convert

RGB 167 0 174 -
CMYK 0.04 1 0 0.32
HSL 297.59º 1% 0.34% -
HSV(B) 297.59º 1% 0.68% -
XYZ 23.58 11.27 40.98 -
YUV 69.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 167 0 174 0.04 1 0 0.32 297.59 1 0.34
Hex A7 0 AE 4 64 0 20 12A 64 22
Octal 247 0 256 4 144 0 40 452 144 42
Binary 10100111 0 10101110 100 1100100 0 100000 100101010 1100100 100010

Color Harmonies of #A700AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700AE

Black with #A700AE

Text Example


Text Example

White with #A700AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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