#A306AC

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

Shades of Dark Magenta #A306AC

Tints of Dark Magenta #A306AC

Color information

#A306AC (or 0xA306AC) is unknown color: approx Dark Magenta. HEX triplet: A3, 06 and AC. RGB value is (163,6,172). Sum of RGB (Red+Green+Blue) = 163+6+172=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #A306AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306AC is #5CF953. Grayscale: #474747. Windows color (decimal): -6093140 or 11273891. OLE color: 11273891.

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

Color convert

RGB1636172-
CMYK0.050.9700.33
HSL296.75º93.26%34.9%-
HSV(B)296.75º96.51%67.45%-
XYZ22.6210.939.94-
YUV71.87184.51193-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 6 (2.73% from 255) = 1.76%
BLUE value IS 172 (67.58% from 255) = 50.44%
R=47.80%
G=1.76%
B=50.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16361720.050.9700.33296.7593.2634.9
HexA36AC5610211295d23
Octal2436254514104145113543
Binary1010001111010101100101110000101000011001010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A306AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A306AC; }

 p { color: rgb(163,6,172); }

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

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

 a { background-color: rgb(163,6,172); }

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

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

 span { border-color: rgb(163,6,172); }

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