#A710AD

Color #A710AD Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A710AD

Tints of Dark Magenta #A710AD

Color information

#A710AD (or 0xA710AD) is unknown color: approx Dark Magenta. HEX triplet: A7, 10 and AD. RGB value is (167,16,173). Sum of RGB (Red+Green+Blue) = 167+16+173=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #A710AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A710AD is #58EF52. Grayscale: #4E4E4E. Windows color (decimal): -5828435 or 11341991. OLE color: 11341991.

HSL color Cylindrical-coordinate representation of color #A710AD: hue angle of 297.71º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A710AD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16716173-
CMYK0.030.9100.32
HSL297.71º83.07%37.06%-
HSV(B)297.71º90.75%67.84%-
XYZ23.6611.640.53-
YUV79.05181.03190.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 16 (6.64% from 255) = 4.49%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=46.91%
G=4.49%
B=48.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167161730.030.9100.32297.7183.0737.06
HexA710AD35B02012a5325
Octal24720255313304045212345
Binary10100111100001010110111101101101000001001010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A710AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A710AD; }

 p { color: rgb(167,16,173); }

 H1.HeaderClassName
 {
   color: #A710AD;
 }
 .AnyTagClassName
 {
   color: #A710AD;
 }
</style>
background-color css

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

 a { background-color: rgb(167,16,173); }

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

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

 span { border-color: rgb(167,16,173); }

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