#A807A6

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

Shades of Dark Magenta #A807A6

Tints of Dark Magenta #A807A6

Color information

#A807A6 (or 0xA807A6) is unknown color: approx Dark Magenta. HEX triplet: A8, 07 and A6. RGB value is (168,7,166). Sum of RGB (Red+Green+Blue) = 168+7+166=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A807A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A807A6 is #57F859. Grayscale: #484848. Windows color (decimal): -5765210 or 10880936. OLE color: 10880936.

HSL color Cylindrical-coordinate representation of color #A807A6: hue angle of 300.75º 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 #A807A6 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB1687166-
CMYK00.960.010.34
HSL300.75º92%34.31%-
HSV(B)300.75º95.83%65.88%-
XYZ23.1111.2337.03-
YUV73.26180.34195.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.27%
GREEN value IS 7 (3.12% from 255) = 2.05%
BLUE value IS 166 (65.23% from 255) = 48.68%
R=49.27%
G=2.05%
B=48.68%

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
Decimal168716600.960.010.34300.759234.31
HexA87A606012212d5c22
Octal2507246014014245513442
Binary10101000111101001100110000011000101001011011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A807A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A807A6; }

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

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

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

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

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

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

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

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