#A807A7

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

Shades of Dark Magenta #A807A7

Tints of Dark Magenta #A807A7

Color information

#A807A7 (or 0xA807A7) is unknown color: approx Dark Magenta. HEX triplet: A8, 07 and A7. RGB value is (168,7,167). Sum of RGB (Red+Green+Blue) = 168+7+167=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A807A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A807A7 is #57F858. Grayscale: #484848. Windows color (decimal): -5765209 or 10946472. OLE color: 10946472.

HSL color Cylindrical-coordinate representation of color #A807A7: hue angle of 300.37º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807A7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB1687167-
CMYK00.960.010.34
HSL300.37º92%34.31%-
HSV(B)300.37º95.83%65.88%-
XYZ23.211.2737.51-
YUV73.38180.84195.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 7 (3.12% from 255) = 2.05%
BLUE value IS 167 (65.62% from 255) = 48.83%
R=49.12%
G=2.05%
B=48.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168716700.960.010.34300.379234.31
HexA87A706012212c5c22
Octal2507247014014245413442
Binary10101000111101001110110000011000101001011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A807A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A807A7; }

 p { color: rgb(168,7,167); }

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

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

 a { background-color: rgb(168,7,167); }

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

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

 span { border-color: rgb(168,7,167); }

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