#A607AC

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

Shades of Dark Magenta #A607AC

Tints of Dark Magenta #A607AC

Color information

#A607AC (or 0xA607AC) is unknown color: approx Dark Magenta. HEX triplet: A6, 07 and AC. RGB value is (166,7,172). Sum of RGB (Red+Green+Blue) = 166+7+172=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #A607AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A607AC is #59F853. Grayscale: #484848. Windows color (decimal): -5896276 or 11274150. OLE color: 11274150.

HSL color Cylindrical-coordinate representation of color #A607AC: hue angle of 297.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A607AC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1667172-
CMYK0.030.9600.33
HSL297.82º92.18%35.1%-
HSV(B)297.82º95.93%67.45%-
XYZ23.2511.2439.97-
YUV73.35183.68194.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 7 (3.12% from 255) = 2.03%
BLUE value IS 172 (67.58% from 255) = 49.86%
R=48.12%
G=2.03%
B=49.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16671720.030.9600.33297.8292.1835.1
HexA67AC36002112a5c23
Octal2467254314004145213443
Binary101001101111010110011110000001000011001010101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A607AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A607AC; }

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

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

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

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

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

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

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

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