#A709AF

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

Shades of Dark Magenta #A709AF

Tints of Dark Magenta #A709AF

Color information

#A709AF (or 0xA709AF) is unknown color: approx Dark Magenta. HEX triplet: A7, 09 and AF. RGB value is (167,9,175). Sum of RGB (Red+Green+Blue) = 167+9+175=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #A709AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A709AF is #58F650. Grayscale: #4A4A4A. Windows color (decimal): -5830225 or 11471271. OLE color: 11471271.

HSL color Cylindrical-coordinate representation of color #A709AF: hue angle of 297.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A709AF is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1679175-
CMYK0.050.9500.31
HSL297.11º90.22%36.08%-
HSV(B)297.11º94.86%68.63%-
XYZ23.7711.5141.53-
YUV75.17184.35193.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.58%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=47.58%
G=2.56%
B=49.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16791750.050.9500.31297.1190.2236.08
HexA79AF55F01F1295a24
Octal24711257513703745113244
Binary1010011110011010111110110111110111111001010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A709AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A709AF; }

 p { color: rgb(167,9,175); }

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

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

 a { background-color: rgb(167,9,175); }

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

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

 span { border-color: rgb(167,9,175); }

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