Html Css Color HEX #A700A1 Dark Magenta

📋 copy color: '#A700A1'

red 167 ◦ green 0 ◦ blue 161

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

Shades of Dark Magenta #A700A1

Tints of Dark Magenta #A700A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 49.09%

R = 50.91%
G = 0%
B = 49.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A700A1 (or 0xA700A1) is known color: Dark Magenta. HEX triplet: A7, 00 and A1. RGB value is (167,0,161). Sum of RGB (Red+Green+Blue) = 167+0+161=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 161 (63.28% from 255 or 49.09% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A700A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A700A1 is #58FF5E. Grayscale: #434343. Windows color (decimal): -5832543 or 10551463. OLE color: 10551463.

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

Color convert

RGB 167 0 161 -
CMYK 0 1 0.04 0.35
HSL 302.16º 1% 0.33% -
HSV(B) 302.16º 1% 0.65% -
XYZ 22.37 10.79 34.62 -
YUV 68.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 167 0 161 0 1 0.04 0.35 302.16 1 0.33
Hex A7 0 A1 0 64 4 23 12E 64 21
Octal 247 0 241 0 144 4 43 456 144 41
Binary 10100111 0 10100001 0 1100100 100 100011 100101110 1100100 100001

Color Harmonies of #A700A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A700A1

Black with #A700A1

Text Example


Text Example

White with #A700A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A700A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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